whoops! :D

This commit is contained in:
jash
2018-11-03 19:00:30 +01:00
committed by kexkey
parent 887ea909f3
commit 7f936436f4

2
dist/setup.sh vendored
View File

@@ -427,7 +427,7 @@ if [[ -f installer/config.sh ]]; then
. installer/config.sh
fi
if [[ $CLEANUP && $(docker image ls | grep cyphernodeconf) =~ cyphernodeconf ]]; then
if [[ $CLEANUP == 'true' && $(docker image ls | grep cyphernodeconf) =~ cyphernodeconf ]]; then
step " clean cyphernodeconf image"
try docker image rm cyphernodeconf > /dev/null 2>&1
next