diff --git a/scripts/pre-flight.sh b/scripts/pre-flight.sh index 8815d5b..19398d4 100644 --- a/scripts/pre-flight.sh +++ b/scripts/pre-flight.sh @@ -65,6 +65,7 @@ else mkdir -p "$REPO_DIR" git clone "$GIT_URL" "$REPO_DIR" fi +fi # SYMLINK SETUP # We want Nginx to use the configs from the repo (dynamic) instead of the baked-in ones (static).