From 0f46a1232cfc5a2e319bbe3abe5008952edfcccb Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 5 May 2025 21:11:26 -0600 Subject: [PATCH] fix shellcheck --- usr/local/share/bastille/destroy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/share/bastille/destroy.sh b/usr/local/share/bastille/destroy.sh index c02acfff..836e7e48 100644 --- a/usr/local/share/bastille/destroy.sh +++ b/usr/local/share/bastille/destroy.sh @@ -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])