diff --git a/dist/setup.sh b/dist/setup.sh index 3327de7..2975d96 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -427,6 +427,12 @@ if [[ -f installer/config.sh ]]; then . installer/config.sh fi +if [[ $CLEANUP && $(docker image ls | grep cyphernodeconf) =~ cyphernodeconf ]]; then + step " clean cyphernodeconf image" + try docker image rm cyphernodeconf > /dev/null 2>&1 + next +fi + modify_permissions if [[ $INSTALL == 1 ]]; then