From 9ff87f2904e72146a66cb2bf072f9f4cea31f7af Mon Sep 17 00:00:00 2001 From: Bike Dude Date: Mon, 12 Jul 2021 10:02:51 +0200 Subject: [PATCH] reset LINUX_JAIL option --- usr/local/share/bastille/create.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 79bb1b70..7964d68c 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -505,6 +505,7 @@ fi EMPTY_JAIL="" THICK_JAIL="" VNET_JAIL="" +LINUX_JAIL="" ## handle combined options then shift if [ "${1}" = "-T" -o "${1}" = "--thick" -o "${1}" = "thick" ] && \