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 ;;