Update verbose message for when the stack to be deleted does not exist

This commit is contained in:
Tortue Torche 2019-08-11 02:53:50 -04:00 committed by Tortue Torche
parent aeb5cccbea
commit 139ab770b1

2
psu
View File

@ -1095,7 +1095,7 @@ undeploy() {
echo_error "Error: Stack $PORTAINER_STACK_NAME does not exist."
exit 1
else
echo_verbose "Stack $PORTAINER_STACK_NAME does not exist. No need to undeploy it."
echo_verbose "Stack $PORTAINER_STACK_NAME does not exist. No need to remove it."
exit 0
fi
fi