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