From 29b696550284d944393642efd78a30f64aaea6cf Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 10 Dec 2020 20:03:54 +0200 Subject: Update to 2.0.0 --- zfs.initcpio.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zfs.initcpio.hook') diff --git a/zfs.initcpio.hook b/zfs.initcpio.hook index 7288ab8..e0f4cfb 100644 --- a/zfs.initcpio.hook +++ b/zfs.initcpio.hook @@ -39,7 +39,7 @@ zfs_mount_handler () { local pool="${ZFS_DATASET%%/*}" local rwopt_exp="${rwopt:-ro}" - if ! zpool list -H "${pool}" 2>&1 > /dev/null ; then + if ! zpool list -H "${pool}" >/dev/null 2>&1; then if [ ! "${rwopt_exp}" = "rw" ]; then msg "ZFS: Importing pool ${pool} readonly." ZPOOL_IMPORT_FLAGS="${ZPOOL_IMPORT_FLAGS} -o readonly=on" -- cgit v1.2.1