mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-03 19:23:42 +01:00
Typo
This commit is contained in:
@@ -126,7 +126,7 @@ for _jail in ${JAILS}; do
|
|||||||
bastille limits "${_jail}" clear
|
bastille limits "${_jail}" clear
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Unmount and jailed ZFS datasets
|
# Unmount any jailed ZFS datasets
|
||||||
if [ -s "${bastille_jailsdir}/${_jail}/zfs.conf" ]; then
|
if [ -s "${bastille_jailsdir}/${_jail}/zfs.conf" ]; then
|
||||||
while read _dataset _mount; do
|
while read _dataset _mount; do
|
||||||
jexec -l -U root "${_jail}" zfs umount "${_dataset}"
|
jexec -l -U root "${_jail}" zfs umount "${_dataset}"
|
||||||
|
|||||||
Reference in New Issue
Block a user