From 9bb11c5d541678e0181b1efae1090550fe6a94b8 Mon Sep 17 00:00:00 2001 From: Bike Dude Date: Mon, 12 Jul 2021 09:42:07 +0200 Subject: [PATCH] linux vs. /usr/home fix --- usr/local/share/bastille/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index a15eb32d..79bb1b70 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -392,7 +392,7 @@ create_jail() { fi fi fi - if [ -n "${VNET_JAIL}" ]; then + if [ -z "${LINUX_JAIL}" ]; then ## create home directory if missing if [ ! -d "${bastille_jail_path}/usr/home" ]; then mkdir -p "${bastille_jail_path}/usr/home"