From 5bef08a1737a2a34ad708e5e65e8e4cf8dce88fa Mon Sep 17 00:00:00 2001 From: terem42 <9478806+terem42@users.noreply.github.com> Date: Wed, 15 Sep 2021 10:20:35 +0200 Subject: [PATCH] Update hetzner-debian11-zfs-setup.sh --- hetzner-debian11-zfs-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hetzner-debian11-zfs-setup.sh b/hetzner-debian11-zfs-setup.sh index 71df916..400d6c5 100644 --- a/hetzner-debian11-zfs-setup.sh +++ b/hetzner-debian11-zfs-setup.sh @@ -368,7 +368,7 @@ function ask_encryption { function ask_zfs_experimental { print_step_info_header - if dialog --ascii-lines --yesno --defaultno 'Do you want to use experimental zfs module build?' 30 100; then + if dialog --defaultno --ascii-lines --yesno 'Do you want to use experimental zfs module build?' 30 100; then v_zfs_experimental=1 fi }