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

main
Abanoub Hany 2024-07-05 18:49:46 +03:00
parent 0c80508e5c
commit ab0cd9a093
1 changed files with 1 additions and 1 deletions

View File

@ -15,8 +15,8 @@ if [ ! -d "$TARGET_DIR" ]; then
git clone $REPO_URL $TARGET_DIR
else
echo "Directory $TARGET_DIR already exists. Stashing local changes and pulling the latest changes."
cd $TARGET_DIR
git config --global --add safe.directory $TARGET_DIR
cd $TARGET_DIR
git stash
git pull
fi