[pve-devel] [PATCH installer v3 4/7] Fix typo in error message.
Stoiko Ivanov
s.ivanov at proxmox.com
Thu Nov 22 18:27:00 CET 2018
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
proxinstall | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxinstall b/proxinstall
index bd9c424..830dcbd 100755
--- a/proxinstall
+++ b/proxinstall
@@ -887,7 +887,7 @@ sub partition_bootable_disk {
}
my $hdgb = int($hdsize/(1024*1024));
- die "hardisk '$target_dev' too small (${hdsize}GB)\n" if $hdgb < 8;
+ die "hardisk '$target_dev' too small (${hdgb}GB)\n" if $hdgb < 8;
# 1 - BIOS boot partition (Grub Stage2): first free 1M
# 2 - EFI ESP: next free 512M
--
2.11.0
More information about the pve-devel
mailing list