Add initial support for IPv6 and VNET

This commit is contained in:
Jose
2020-02-26 16:43:57 -04:00
parent 55d7978cce
commit 0176f72a1f
8 changed files with 27 additions and 13 deletions

View File

@@ -296,7 +296,7 @@ if($_POST):
break;
else:
if ($_POST['nowstop']):
$cmd = ("/usr/local/bin/bastille stop {$item} && /usr/local/bin/bastille destroy {$item}");
$cmd = ("/usr/local/bin/bastille destroy -f {$item}");
else:
$cmd = ("/usr/local/bin/bastille destroy {$item}");
endif;