Fix bash possible options
This commit is contained in:
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…
Reference in New Issue
Block a user