summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)