diff --git a/src/gam-install.sh b/src/gam-install.sh index d0d857ea..fc39a43b 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -26,7 +26,7 @@ upgrade_only=false gamversion="latest" adminuser="" regularuser="" -while getopts "hd:a:o:l:p:u:r:v:" OPTION +while getopts "hd:a:o:lp:u:r:v:" OPTION do case $OPTION in h) usage; exit;;