mirror of https://github.com/hak5/openwrt-owl.git
parent
3770c99cf8
commit
e2daafdb1d
|
@ -16,7 +16,7 @@ while [ -n "$1" ]; do
|
||||||
-d) export DELAY="$2"; shift;;
|
-d) export DELAY="$2"; shift;;
|
||||||
-v) export VERBOSE="$(($VERBOSE + 1))";;
|
-v) export VERBOSE="$(($VERBOSE + 1))";;
|
||||||
-q) export VERBOSE="$(($VERBOSE - 1))";;
|
-q) export VERBOSE="$(($VERBOSE - 1))";;
|
||||||
-n) export SAVE_CONFIG=0
|
-n) export SAVE_CONFIG=0;;
|
||||||
-*)
|
-*)
|
||||||
echo "Invalid option: $1"
|
echo "Invalid option: $1"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue