diff --git a/entrypoint.sh b/entrypoint.sh index 3149c4b..7094025 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -113,16 +113,16 @@ then echo "[+] Creating (now empty) $ABSOLUTE_TARGET_DIRECTORY" mkdir -p "$ABSOLUTE_TARGET_DIRECTORY" - - echo "[+] Listing Current Directory Location" - ls -al - - echo "[+] Listing root Location" - ls -al / - - mv "$TEMP_DIR/.git" "$CLONE_DIR/.git" fi +echo "[+] Listing Current Directory Location" +ls -al + +echo "[+] Listing root Location" +ls -al / + +mv "$TEMP_DIR/.git" "$CLONE_DIR/.git" + # if source directory is set if [ -n "$SOURCE_DIRECTORY" ] then