From 6ddd8392318fc0a4482c72a76733ded147bcf89d Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 12 Apr 2023 18:47:21 +0200 Subject: [PATCH] LOW mode --- tools/cron_VRFY.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cron_VRFY.sh b/tools/cron_VRFY.sh index f168141c..7b991fc8 100755 --- a/tools/cron_VRFY.sh +++ b/tools/cron_VRFY.sh @@ -33,7 +33,7 @@ cat ~/.zen/GPS 2>/dev/null && echo " TODO calibrate 20H12 with GPS" if [[ ! $crontest ]]; then ## HEADER - [[ $1 == "OFF" || ]] && exit 0 + [[ $1 == "OFF" ]] && exit 0 [[ ! $(cat /tmp/mycron | grep -F 'SHELL') ]] && echo "SHELL=/bin/bash" > /tmp/newcron [[ ! $(cat /tmp/mycron | grep -F 'PATH') ]] && echo "PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" >> /tmp/newcron cat /tmp/mycron >> /tmp/newcron