diff options
-rwxr-xr-x | ezjail.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |