From b751cfce0756b9ec7475cdfc3731824707dd95e5 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 9 Aug 2025 20:30:10 -0600 Subject: [PATCH] destroy: implement necessary -y option to autoconfirm --- gui/bastille_manager_util.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/bastille_manager_util.php b/gui/bastille_manager_util.php index 95333a4..b4db349 100644 --- a/gui/bastille_manager_util.php +++ b/gui/bastille_manager_util.php @@ -390,9 +390,9 @@ if($_POST): break; else: if (isset($_POST['nowstop'])): - $cmd = ("/usr/local/bin/bastille destroy -f {$item}"); + $cmd = ("/usr/local/bin/bastille destroy -afy {$item}"); else: - $cmd = ("/usr/local/bin/bastille destroy {$item}"); + $cmd = ("/usr/local/bin/bastille destroy -fy {$item}"); endif; unset($output,$retval);mwexec2($cmd,$output,$retval); if($retval == 0):