fix(script): add missing 'fi' closure in pre-flight.sh
This commit is contained in:
parent
35138518b2
commit
598b3e3e9a
|
|
@ -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).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue