mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-21 19:43:05 +00:00
Synthax error fix by rodikal for build-locally.sh
Co-authored-by: Samuel Van Reeth <samuelvanreeth@gmail.com>
This commit is contained in:
parent
cb59a91f90
commit
868f3d0a40
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ printf "${PURPLEBOLD}Building temporary modified Ubuntu image:\n"
|
|||
docker build -t lancachenet/ubuntu:latest --progress tty https://github.com/lancachenet/ubuntu.git
|
||||
|
||||
#Removes standart Ubuntu image if not present before running:
|
||||
if [$IMAGEEXISTS" == false]; then
|
||||
if [ "$IMAGEEXISTS" == false ]; then
|
||||
printf "${PURPLEBOLD}Removing standart Ubuntu image:\n"
|
||||
docker rmi ubuntu
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue