Fix bash possible options

This commit is contained in:
computermouth 2016-04-20 17:46:25 -07:00
parent c581f8d3b5
commit a06b8baaba
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ DL_DIR=".dl"
##############################################################
# main
##############################################################
while getopts "fdpnu:" opt; do
while getopts "fdphnu:" opt; do
case $opt in
f)
echo "fastboot enabled"