From d87aa3dce5162b4922e4a8367fd892258ed07b26 Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Sat, 23 May 2020 18:33:29 +0200 Subject: [PATCH] Fixed typo that caused error --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f78d3b8..dba24ca 100755 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ sudogrp="CHANGEME" # Name of the sudogrp CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" while true; do - case "$!" in + case "$1" in -d|--device) device="$2" shift 2