ruledb should default to 0!
This commit is contained in:
parent
c41c57e228
commit
ee8770dfbd
|
@ -34,7 +34,7 @@ GREY="\033[2;37m"
|
||||||
WHITE="\033[37m"
|
WHITE="\033[37m"
|
||||||
LINK="$BLUE$UNDERLINE"
|
LINK="$BLUE$UNDERLINE"
|
||||||
|
|
||||||
RULEDB=1
|
RULEDB=0
|
||||||
|
|
||||||
function enable_cronmode() {
|
function enable_cronmode() {
|
||||||
cronmode=1
|
cronmode=1
|
||||||
|
@ -1825,7 +1825,7 @@ while getopts "$optstring" i $ALLARGS; do
|
||||||
ARPING=${OPTARG}
|
ARPING=${OPTARG}
|
||||||
;;
|
;;
|
||||||
b)
|
b)
|
||||||
ruledb=1
|
RULEDB=1
|
||||||
;;
|
;;
|
||||||
h)
|
h)
|
||||||
usage;
|
usage;
|
||||||
|
|
Loading…
Reference in New Issue