aboutsummaryrefslogtreecommitdiffstats
path: root/joes-arch-install-UEFI.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xjoes-arch-install-UEFI.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh
index be4b388..8445a9d 100755
--- a/joes-arch-install-UEFI.sh
+++ b/joes-arch-install-UEFI.sh
@@ -218,12 +218,12 @@ __G"
# DRIVE TO USE: ${BCYAN}$drv ${BMAGENTA}#
# #
# /boot/efi > BOOT partition size: ${BYELLOW}$btsze ${BMAGENTA}#"
-if [ $swps -ge 10 ]; then
+if [ "$swps" -ge 10 ]; then
echo -e "# SWAP partition size: ${BYELLOW}$swpsze ${BMAGENTA}#"
else
echo -e "# SWAP partition size: ${BYELLOW}$swpsze ${BMAGENTA}#"
fi
-if [ $rts -ge 100 ]; then
+if [ "$rts" -ge 100 ]; then
echo -e "# / > ROOT partition size: ${BYELLOW}$rtsze ${BMAGENTA}#"
else
echo -e "# / > ROOT partition size: ${BYELLOW}$rtsze ${BMAGENTA}#"