From d7b94d73b96f7c341e68dbf8a54e755fb68fdc0a Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 21 Jul 2023 20:55:15 +0200 Subject: [PATCH] if --- app.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/app.sh b/app.sh index 14b39b5..87ed96c 100644 --- a/app.sh +++ b/app.sh @@ -44,9 +44,6 @@ while true ; do cd "$GIT_REPO_PATH" if [ -d ".git" ] ; then git pull "$GIT_REPO_REMOTE_NAME" "$GIT_REPO_BRANCH" --quiet - else - echo "Error: The directory exists but is not a Git repository" - exit 1 fi else git clone "$GIT_REPO_URL" "$GIT_REPO_PATH" --quiet