Fixed some missmatched quotes
This commit is contained in:
parent
82ff9ad072
commit
8143c32994
@ -391,7 +391,7 @@ create)
|
||||
attach_cmd="geli attach ${ezjail_attachparams} /dev/${ezjail_imagedevice}";;
|
||||
esac
|
||||
|
||||
if [ -z "${ezjail_exists} ]; then
|
||||
if [ -z "${ezjail_exists}" ]; then
|
||||
[ "${ezjail_attachblocking}" ] && echo "Initialising crypto device. You will be asked to enter a new passphrase twice... "
|
||||
( echo ${init_cmd} | /bin/sh ) || detach_images || exerr "Error: Could not initialise crypto image."
|
||||
|
||||
@ -406,7 +406,7 @@ create)
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -z "${ezjail_exists} ]; then
|
||||
if [ -z "${ezjail_exists}" ]; then
|
||||
# Format memory image
|
||||
newfs -U "/dev/${ezjail_device}" || detach_images || exerr "Error: Could not newfs /dev/${ezjail_device}."
|
||||
# Create mount point and mount
|
||||
|
Loading…
x
Reference in New Issue
Block a user