linux vs. /usr/home fix

This commit is contained in:
Bike Dude
2021-07-12 09:42:07 +02:00
parent d20f5829c3
commit 9bb11c5d54

View File

@@ -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"