diff --git a/usr/local/share/bastille/mount.sh b/usr/local/share/bastille/mount.sh index 0ccacf5..298d42a 100644 --- a/usr/local/share/bastille/mount.sh +++ b/usr/local/share/bastille/mount.sh @@ -93,7 +93,7 @@ for _jail in ${JAILS}; do info "[${_jail}]:" ## aggregate variables into FSTAB entry - _jailpath="${bastille_jailsdir}/${_jail}/root${_jailpath}" + _jailpath="${bastille_jailsdir}/${_jail}/root/${_jailpath}" _fstab_entry="${_hostpath} ${_jailpath} ${_type} ${_perms} ${_checks}" ## Create mount point if it does not exist. -- cwells