diff options
author | cryx <cryx@h3q.com> | 2010-01-15 15:15:27 +0000 |
---|---|---|
committer | cryx <cryx@h3q.com> | 2010-01-15 15:15:27 +0000 |
commit | 93d7e3aa542f1f5f3ba7582acd3591b12855b68c (patch) | |
tree | 4a79affaa325c331c31bbcb58d80f1f498a2b107 | |
parent | 41bd92c0db38d34a3c000ff9dea97efe5eea11e9 (diff) |
Forgot the "".
-rwxr-xr-x | ezjail-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin index 3719a7f..58104ed 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -1172,7 +1172,7 @@ restore) | |||
1172 | # Setup the ezjail_imagedata. | 1172 | # Setup the ezjail_imagedata. |
1173 | [ "${ezjail_imagetype}" ] && ezjail_imagedata="-c ${ezjail_imagetype} -C '${ezjail_attachparams}'" | 1173 | [ "${ezjail_imagetype}" ] && ezjail_imagedata="-c ${ezjail_imagetype} -C '${ezjail_attachparams}'" |
1174 | # Only use the imagesize if we really have one, ZFS imagejails don't necessarily have a size. | 1174 | # Only use the imagesize if we really have one, ZFS imagejails don't necessarily have a size. |
1175 | [ "${ezjail_imagetype}" -a ${ezjail_nameprop_imgagesize} ] && ezjail_imagedata="-c ${ezjail_imagetype} -C '${ezjail_attachparams}' -s ${ezjail_nameprop_imgagesize}" | 1175 | [ "${ezjail_imagetype}" -a "${ezjail_nameprop_imgagesize}" ] && ezjail_imagedata="-c ${ezjail_imagetype} -C '${ezjail_attachparams}' -s ${ezjail_nameprop_imgagesize}" |
1176 | $0 create -a "${ezjail_fromarchive}" -A "${ezjail_config}" ${ezjail_imagedata} -r "${ezjail_rootdir}" "${ezjail_hostname}" "${ezjail_ips}" || exerr "Error: Create failed." | 1176 | $0 create -a "${ezjail_fromarchive}" -A "${ezjail_config}" ${ezjail_imagedata} -r "${ezjail_rootdir}" "${ezjail_hostname}" "${ezjail_ips}" || exerr "Error: Create failed." |
1177 | rm -f "${ezjail_config}" | 1177 | rm -f "${ezjail_config}" |
1178 | 1178 | ||