aboutsummaryrefslogtreecommitdiffstats
path: root/arch_install-UEFI.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xarch_install-UEFI.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch_install-UEFI.sh b/arch_install-UEFI.sh
index 49af49b..dd34402 100755
--- a/arch_install-UEFI.sh
+++ b/arch_install-UEFI.sh
@@ -38,6 +38,8 @@ echo "#=========================================================================
echo "Is that correct?"
echo "~> [y/n]"
read answr
-if [ $answr -eq "y" ] then
- echo "aborting"
+if [[ $answr != y && $answr != Y && $answr != yes && $answr != Yes ]]; then
+ echo "Aborting"
+ exit
fi
+echo "tasseur"