no argument to -l

This commit is contained in:
Jay Lee
2017-01-25 15:30:33 -05:00
parent da1f346b1a
commit f7c587c08b

View File

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