From 55d586e5948f5eb3bc3da8f44a06a1c00005b902 Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Tue, 10 Nov 2020 18:31:55 +0100 Subject: [PATCH] Correct wrong variable printed on ask_boot_partition_size() --- install-zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zfs.sh b/install-zfs.sh index bbaf18c..a83876f 100755 --- a/install-zfs.sh +++ b/install-zfs.sh @@ -560,7 +560,7 @@ Supported formats: '512M', '3G'" 30 100 $c_default_boot_partition_size 3>&1 1>&2 done fi - print_variables v_swap_size + print_variables v_boot_partition_size } function ask_swap_size {