fix: change to repo dir
This commit is contained in:
parent
8f19558826
commit
e0906c821d
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ fi
|
||||||
|
|
||||||
# load .env file
|
# load .env file
|
||||||
source /opt/src/infctl-cli/.env
|
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"
|
# check to see if INSTALL_FORGEJO is set to "true"
|
||||||
if [[ "$INSTALL_FORGEJO" == "true" ]]; then
|
if [[ "$INSTALL_FORGEJO" == "true" ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue