From 2f6640c9c62e703605cfb6e4a9a4a7ceea88229d Mon Sep 17 00:00:00 2001 From: Tiago Almeida Date: Sat, 23 Nov 2019 22:37:49 +0000 Subject: [PATCH] Corrections... --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a91a9e9..4ad1eaa 100755 --- a/install.sh +++ b/install.sh @@ -232,7 +232,7 @@ f_check_deps && exit 1 # Menu # Getopts: https://www.shellscript.sh/tips/getopts/ -while getopts "d:hlt:uvw" c +while getopts "d:hlt:uvw" c; do case $c in d) f_set_variable G_DIR $OPTARG ;; h) f_menu_usage ;;