Fix bash possible options

chip/stable
computermouth 7 years ago
parent c581f8d3b5
commit a06b8baaba

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

Loading…
Cancel
Save