Fix bash possible options
This commit is contained in:
parent
c581f8d3b5
commit
a06b8baaba
@ -16,7 +16,7 @@ DL_DIR=".dl"
|
|||||||
##############################################################
|
##############################################################
|
||||||
# main
|
# main
|
||||||
##############################################################
|
##############################################################
|
||||||
while getopts "fdpnu:" opt; do
|
while getopts "fdphnu:" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
f)
|
f)
|
||||||
echo "fastboot enabled"
|
echo "fastboot enabled"
|
||||||
|
Loading…
Reference in New Issue
Block a user