diff options
-rwxr-xr-x | ezjail-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin index b82adcf..4758e21 100755 --- a/ezjail-admin +++ b/ezjail-admin | |||
@@ -342,7 +342,7 @@ check_for_zfs () { | |||
342 | # check if ZFS is enabled when managing basejail/newjail in ZFS | 342 | # check if ZFS is enabled when managing basejail/newjail in ZFS |
343 | . /etc/rc.subr | 343 | . /etc/rc.subr |
344 | load_rc_config_var zfs zfs_enable | 344 | load_rc_config_var zfs zfs_enable |
345 | checkyesno ezjail_use_zfs && checkyesno zfs_enable && echo "Warning: You should enable ZFS in /etc/rc.conf" | 345 | checkyesno ezjail_use_zfs && ! checkyesno zfs_enable && echo "Warning: You should enable ZFS in /etc/rc.conf" |
346 | } | 346 | } |
347 | 347 | ||
348 | check_for_zpool () { | 348 | check_for_zpool () { |