Compare commits
2 Commits
119c9b8fd9
...
cf8b003d2f
| Author | SHA1 | Date | |
|---|---|---|---|
| cf8b003d2f | |||
|
|
fd79bfa3ea |
@@ -523,7 +523,7 @@ cmd_destroy() {
|
||||
local target="${1:-}"
|
||||
local force=false
|
||||
|
||||
if [ "$2" = "-y" ]; then
|
||||
if [ "${2:-}" = "-y" ]; then
|
||||
force=true
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user