mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-02 18:58:11 +01:00
linux vs. /usr/home fix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user