From 6cfbae0495861c963fe976cd2781da8db67d3cbd Mon Sep 17 00:00:00 2001 From: h4775346 Date: Tue, 2 Jul 2024 16:13:56 +0300 Subject: [PATCH] Added (Check Duplicates Before Adding New User) --- sas4-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sas4-install.sh b/sas4-install.sh index 2c16b3c..212b8f8 100644 --- a/sas4-install.sh +++ b/sas4-install.sh @@ -16,8 +16,7 @@ if [ ! -d "$TARGET_DIR" ]; then 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 - git stash + git config --add safe.directory $TARGET_DIR git pull fi