From e44f8f56a7fc2778a583f7021cde14761c29ebc1 Mon Sep 17 00:00:00 2001 From: Iacopo Isimbaldi Date: Sat, 19 Aug 2017 20:43:22 +0100 Subject: Updated to pkgrel 2 Fixed typo in zfs.initcpio.hook --- 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 222a7e1..7288ab8 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}" 2>&1 > /dev/null ; 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