From 598b3e3e9ab1bf00e7fcde86148eb0796aae77d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Toledo?= Date: Tue, 27 Jan 2026 09:14:09 -0300 Subject: [PATCH] fix(script): add missing 'fi' closure in pre-flight.sh --- scripts/pre-flight.sh | 1 + 1 file changed, 1 insertion(+) 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).