From 8143c32994c5edaa681672fdbc7efbdf92d5fba7 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 8 Oct 2007 02:15:21 +0000 Subject: Fixed some missmatched quotes --- ezjail-admin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ezjail-admin b/ezjail-admin index 775d7fb..d55bd9e 100755 --- a/ezjail-admin +++ b/ezjail-admin @@ -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 -- cgit v1.2.3