Update hetzner-debian11-zfs-setup.sh

This commit is contained in:
terem42
2021-09-15 10:20:35 +02:00
committed by GitHub
parent 8991c37e74
commit 5bef08a173

View File

@@ -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
}