diff --git a/aircon.sh b/aircon.sh index e1b8db4..a0e449d 100755 --- a/aircon.sh +++ b/aircon.sh @@ -34,7 +34,7 @@ GREY="\033[2;37m" WHITE="\033[37m" LINK="$BLUE$UNDERLINE" -RULEDB=1 +RULEDB=0 function enable_cronmode() { cronmode=1 @@ -1825,7 +1825,7 @@ while getopts "$optstring" i $ALLARGS; do ARPING=${OPTARG} ;; b) - ruledb=1 + RULEDB=1 ;; h) usage;