fix: change to repo dir

This commit is contained in:
jon brookes 2025-10-14 18:01:55 +01:00
parent 8f19558826
commit e0906c821d

View file

@ -121,6 +121,7 @@ fi
# load .env file
source /opt/src/infctl-cli/.env
cd $INFCTL_INSTALL_DIR/infctl-cli || "echo 'Failed to change directory to $INFCTL_INSTALL_DIR/infctl-cli' ; exit 1"
# check to see if INSTALL_FORGEJO is set to "true"
if [[ "$INSTALL_FORGEJO" == "true" ]]; then