summaryrefslogtreecommitdiff
path: root/ezjail.sh
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2010-01-09 19:10:54 +0000
committererdgeist <erdgeist@erdgeist.org>2010-01-09 19:10:54 +0000
commitd60d2cc41a8c97938ccbcaa271c779f97bc204fe (patch)
tree20577d0fcb4e74ec4fae5ebb976c702b7949029d /ezjail.sh
parente27c24db3adb58565edafe6602c04036fd50f30f (diff)
Remove control character. Those damn apple keyboards...
Diffstat (limited to 'ezjail.sh')
-rwxr-xr-xezjail.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail.sh b/ezjail.sh
index c5c4396..49d43cb 100755
--- a/ezjail.sh
+++ b/ezjail.sh
@@ -97,7 +97,7 @@ do_cmd()
97 97
98 # Attach ZFS-datasets to the jail 98 # Attach ZFS-datasets to the jail
99 for zfs in ${ezjail_zfs_datasets}; do 99 for zfs in ${ezjail_zfs_datasets}; do
100 /sbin/zfs jail ${ezjail_id} ${zfs} ||Êecho -n "Error: ${zfs} could not be configured" 100 /sbin/zfs jail ${ezjail_id} ${zfs} || echo -n "Error: ${zfs} could not be configured"
101 done 101 done
102 102
103 # Configure processor sets for the jail via cpuset(1) 103 # Configure processor sets for the jail via cpuset(1)