From 9e2fcc5149e3092749858b0895d57ee80d00765b Mon Sep 17 00:00:00 2001 From: terem42 <9478806+terem42@users.noreply.github.com> Date: Fri, 21 Apr 2023 13:47:41 +0200 Subject: [PATCH] updated debian10 --- hetzner-debian10-zfs-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hetzner-debian10-zfs-setup.sh b/hetzner-debian10-zfs-setup.sh index 29fa440..011be6e 100644 --- a/hetzner-debian10-zfs-setup.sh +++ b/hetzner-debian10-zfs-setup.sh @@ -537,7 +537,7 @@ echo "======= create zfs pools and datasets ==========" # shellcheck disable=SC2086 zpool create \ - "$v_bpool_tweaks" -O canmount=off -O devices=off \ + $v_bpool_tweaks -O canmount=off -O devices=off \ -o cachefile=/etc/zpool.cache \ -O mountpoint=/boot -R $c_zfs_mount_dir -f \ $v_bpool_name $pools_mirror_option "${bpool_disks_partitions[@]}"