mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Update verbose message for when the stack to be deleted does not exist
This commit is contained in:
parent
aeb5cccbea
commit
139ab770b1
2
psu
2
psu
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user