Added a script to install xl2tp server to ubuntu and configure it automatically
parent
7f0d3f45f4
commit
0c80508e5c
|
@ -17,6 +17,7 @@ else
|
||||||
echo "Directory $TARGET_DIR already exists. Stashing local changes and pulling the latest changes."
|
echo "Directory $TARGET_DIR already exists. Stashing local changes and pulling the latest changes."
|
||||||
cd $TARGET_DIR
|
cd $TARGET_DIR
|
||||||
git config --global --add safe.directory $TARGET_DIR
|
git config --global --add safe.directory $TARGET_DIR
|
||||||
|
git stash
|
||||||
git pull
|
git pull
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue