make scripts docker compatible.

This commit is contained in:
Simon Larsen
2023-04-18 14:26:37 +01:00
parent 696e3c71c2
commit fe20747317
3 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,8 @@
# If its not environment IS_DOCKER then exit
if[[ $IS_DOCKER == "true" ]]; then
if [[ $IS_DOCKER == "true" ]]
then
echo "This script should run in the docker container."
else
# Pull latest changes