fix shellcheck

This commit is contained in:
tschettervictor
2025-05-05 21:11:26 -06:00
committed by GitHub
parent e2dd04cccf
commit 0f46a1232c

View File

@@ -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])