Fix mistaken inversion of the IMG flag
This commit is contained in:
parent
00568ca966
commit
ceb05e99f1
@ -49,7 +49,7 @@ else
|
|||||||
git config --global --add safe.directory '/usr/local/apache2/htdocs' # Disable directory ownership checking, required for mounted volumes
|
git config --global --add safe.directory '/usr/local/apache2/htdocs' # Disable directory ownership checking, required for mounted volumes
|
||||||
fi
|
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)"
|
echo " === Pulling images from GitHub... (This will take a while)"
|
||||||
git submodule add -f $IMG_LINK /usr/local/apache2/htdocs/img
|
git submodule add -f $IMG_LINK /usr/local/apache2/htdocs/img
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user