mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-02 10:49:48 +01:00
fix shellcheck
This commit is contained in:
@@ -71,6 +71,7 @@ destroy_jail() {
|
||||
# but only if AUTO_YES=0
|
||||
if [ "${AUTO_YES}" -ne 1 ]; then
|
||||
warn "Attempting to destroy jail: ${_jail}"
|
||||
# shellcheck disable=SC3045
|
||||
read -p "Are you sure you want to continue? [y|n]:" _answer
|
||||
case "${_answer}" in
|
||||
[Yy]|[Yy][Ee][Ss])
|
||||
|
||||
Reference in New Issue
Block a user