diff --git a/entrypoint.sh b/entrypoint.sh index e5db456..9d0b836 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -54,8 +54,6 @@ then echo "[+] Creating $TARGET_DIRECTORY if doesnt already exist" mkdir -p "$CLONE_DIR/$TARGET_DIRECTORY" - mv "$TEMP_DIR/.git" "$CLONE_DIR/.git" - echo "[+] Listing Current Directory Location" ls -al @@ -63,6 +61,8 @@ then ls -al / fi +mv "$TEMP_DIR/.git" "$CLONE_DIR/.git" + echo "[+] List contents of $SOURCE_DIRECTORY" ls "$SOURCE_DIRECTORY"