mirror of
https://github.com/terem42/zfs-hetzner-vm.git
synced 2025-12-22 14:58:32 +00:00
Update hetzner-debian11-zfs-setup.sh
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user