Fix parens and ignore quote warning
This commit is contained in:
parent
17306a753b
commit
7434b67c34
4
abra
4
abra
@ -1135,13 +1135,15 @@ sub_app_delete (){
|
||||
prompt_confirm
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
docker volume rm --force "$(docker volume ls --filter \"name=${STACK_NAME}\" --quiet)"
|
||||
|
||||
if [ "$abra___force" != "true" ] && [ "$abra___secrets" = "true" ]; then
|
||||
warning "SCARY: About to remove all secrets associated with $[STACK_NAME]"
|
||||
warning "SCARY: About to remove all secrets associated with ${STACK_NAME}"
|
||||
prompt_confirm
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
docker secret rm --force "$(docker secret ls --filter \"name=${STACK_NAME}\" --quiet)"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user