From 34e4902919c0df2968c3302eb3fccba4c44fe272 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:28:27 -0600 Subject: [PATCH] Use -y on destroy jail --- 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..17590ed 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 -fy {$item}"); else: - $cmd = ("/usr/local/bin/bastille destroy {$item}"); + $cmd = ("/usr/local/bin/bastille destroy -y {$item}"); endif; unset($output,$retval);mwexec2($cmd,$output,$retval); if($retval == 0):