Fix mistaken inversion of the IMG flag
Some checks are pending
CI/CD / Build and push Docker image to Docker Hub (push) Waiting to run
Some checks are pending
CI/CD / Build and push Docker image to Docker Hub (push) Waiting to run
This commit is contained in:
parent
1612750e26
commit
cbadea024a
2
init.sh
2
init.sh
@ -49,7 +49,7 @@ else
|
||||
git config --global --add safe.directory '/usr/local/apache2/htdocs' # Disable directory ownership checking, required for mounted volumes
|
||||
fi
|
||||
|
||||
if ! [[ "$IMG" == "TRUE" ]]; then # if user wants images
|
||||
if [[ "$IMG" == "TRUE" ]]; then # if user wants images
|
||||
echo " === Pulling images from GitHub... (This will take a while)"
|
||||
git submodule add -f $IMG_LINK /usr/local/apache2/htdocs/img
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user