This commit is contained in:
tschettervictor
2025-05-09 12:43:47 -06:00
committed by GitHub
parent ce1fb2bb6d
commit 4b6a4c14ae

View File

@@ -126,7 +126,7 @@ for _jail in ${JAILS}; do
bastille limits "${_jail}" clear
fi
# Unmount and jailed ZFS datasets
# Unmount any jailed ZFS datasets
if [ -s "${bastille_jailsdir}/${_jail}/zfs.conf" ]; then
while read _dataset _mount; do
jexec -l -U root "${_jail}" zfs umount "${_dataset}"