summaryrefslogtreecommitdiff
path: root/ezjail-admin
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2013-12-07 03:18:16 +0100
committerDirk Engling <erdgeist@erdgeist.org>2013-12-07 03:18:16 +0100
commit8798063e84884f3263f9b7abd9913308b7950063 (patch)
tree9513635d38e40f27c89f157ef9311bb2e0e4ccc7 /ezjail-admin
parentc95e27fc2f3847f6f80d74c55f268235ab1c9fcc (diff)
Lots of spelling fixes in comments and man pages submitted by Paul Ivanov
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-xezjail-admin2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin
index 8330d01..f8bb9a7 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -434,7 +434,7 @@ ensure_jailzfs() {
434 _zfs_status=`/sbin/zfs list -H -o name ${ezjail_jailzfs} 2> /dev/null` 434 _zfs_status=`/sbin/zfs list -H -o name ${ezjail_jailzfs} 2> /dev/null`
435 [ "${_zfs_status}" = "${ezjail_jailzfs}" ] && return 435 [ "${_zfs_status}" = "${ezjail_jailzfs}" ] && return
436 436
437 # if a directoy already exists in that place, make sure it is empty, else bump user 437 # if a directory already exists in that place, make sure it is empty, else bump user
438 [ -d "${ezjail_jaildir}" -a -n "`ls -A ${ezjail_jaildir}`" ] && exerr "Error: Can not create zfs at ${ezjail_jaildir}.\n There is a non-empty directory in the way." 438 [ -d "${ezjail_jaildir}" -a -n "`ls -A ${ezjail_jaildir}`" ] && exerr "Error: Can not create zfs at ${ezjail_jaildir}.\n There is a non-empty directory in the way."
439 439
440 # create all parent file systems if necessary 440 # create all parent file systems if necessary