fix(script): add missing 'fi' closure in pre-flight.sh

This commit is contained in:
João Pedro Toledo Goncalves 2026-01-27 09:14:09 -03:00
parent 35138518b2
commit 598b3e3e9a
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ else
mkdir -p "$REPO_DIR" mkdir -p "$REPO_DIR"
git clone "$GIT_URL" "$REPO_DIR" git clone "$GIT_URL" "$REPO_DIR"
fi fi
fi
# SYMLINK SETUP # SYMLINK SETUP
# We want Nginx to use the configs from the repo (dynamic) instead of the baked-in ones (static). # We want Nginx to use the configs from the repo (dynamic) instead of the baked-in ones (static).