ruledb should default to 0!

This commit is contained in:
Rob Pearce 2023-04-10 21:18:10 +10:00
parent c41c57e228
commit ee8770dfbd
1 changed files with 2 additions and 2 deletions

View File

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