mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix a typo in an error message.
Spotted by: ceri
This commit is contained in:
parent
1a4a376387
commit
f89336da41
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ jail_start()
|
|||
if checkyesno jail_mount; then
|
||||
info "Mounting fstab for jail ${_jail} (${jail_fstab})"
|
||||
if [ ! -f "${jail_fstab}" ]; then
|
||||
err 3 "$name: ${jail_fstab} doest not exist"
|
||||
err 3 "$name: ${jail_fstab} does not exist"
|
||||
fi
|
||||
mount -a -F "${jail_fstab}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue