Skip to content

Commit

Permalink
Update umount.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tschettervictor authored Dec 22, 2024
1 parent f623d25 commit 138414d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/share/bastille/umount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ set_target "${TARGET}"

for _jail in ${JAILS}; do
info "[${_jail}]:"
_jailpath="$( echo ${bastille_jailsdir}/${_jail}/root${MOUNT_PATH}" 2>/dev/null | sed '#//#/#' )"
_jailpath="$( echo "${bastille_jailsdir}/${_jail}/root/${MOUNT_PATH}" 2>/dev/null | sed '#//#/#' )"

if [ ! -e "${_jailpath}" ]; then
error_exit "The specified mount point does not exist inside the jail."
Expand Down

0 comments on commit 138414d

Please sign in to comment.