Added a script to install xl2tp server to ubuntu and configure it automatically

master
Abanoub Hany 2024-07-05 18:37:37 +03:00
parent 497503080e
commit 7f0d3f45f4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if [ ! -d "$TARGET_DIR" ]; then
else 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 --add safe.directory $TARGET_DIR git config --global --add safe.directory $TARGET_DIR
git pull git pull
fi fi