From 7f936436f4c8dcdee2f9929b05a548757abd3bcb Mon Sep 17 00:00:00 2001 From: jash Date: Sat, 3 Nov 2018 19:00:30 +0100 Subject: [PATCH] whoops! :D --- dist/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup.sh b/dist/setup.sh index 2975d96..35701f3 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -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