fixed install2.sh argument parsing

This commit is contained in:
Blake Harnden 2020-07-10 10:23:45 -07:00
parent a2a825e91d
commit 85cd31ae52

View file

@ -13,7 +13,7 @@ fi
# parse arguments
dev=""
verbose=""
while getopts "drv:" opt; do
while getopts "dv" opt; do
case ${opt} in
d)
dev="-d"