From cffb1bb8d398cc2441af3a1900463189e8c51979 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Fri, 17 Sep 2021 16:14:31 +0200 Subject: [PATCH] Add Missing Semicolons --- archinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall.sh b/archinstall.sh index 3c7caa5..05c67ae 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -62,7 +62,7 @@ while getopts 'k:d:n:m:l:h:bc?' flag; do m) keymap="${OPTARG}" ;; t) timezone="${OPTARG}" ;; b) systype="i386-pc" ;; - c) encryption=0 + c) encryption=0 ;; h) hostname="${OPTARG}" ;; ?) show_help ;; *) show_help ;;