From 54839a04948c1b9f5a316231a5634c71168b09bb Mon Sep 17 00:00:00 2001 From: Egor Moor Date: Thu, 10 Dec 2020 13:50:17 +0000 Subject: [PATCH] Fix options --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1651abb0..a024961f 100755 --- a/install.sh +++ b/install.sh @@ -91,7 +91,7 @@ for param in "$@"; do done OPTIND=1 -while getopts "hsin" opt +while getopts "hsina" opt do case "$opt" in "h") show_usage; exit 0 ;;