aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjoes-arch-install-UEFI.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh
index 8445a9d..86c5912 100755
--- a/joes-arch-install-UEFI.sh
+++ b/joes-arch-install-UEFI.sh
@@ -225,8 +225,10 @@ else
fi
if [ "$rts" -ge 100 ]; then
echo -e "# / > ROOT partition size: ${BYELLOW}$rtsze ${BMAGENTA}#"
-else
+else if [ "$rts" -ge 10 ]; then
echo -e "# / > ROOT partition size: ${BYELLOW}$rtsze ${BMAGENTA}#"
+else
+ echo -e "# / > ROOT partition size: ${BYELLOW}$rtsze ${BMAGENTA}#"
fi
echo -e "# /home > HOME partition size: ${BYELLOW}all that remains ${BMAGENTA}#
# #