From 2640ac72138b18f4d89e4dec36d4f702b271a757 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 28 Oct 2022 11:15:06 +0200 Subject: [PATCH] > /tmp/20h12.log 2>&1 --- 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 095abb6a..f49acdc4 100755 --- a/tools/cron_VRFY.sh +++ b/tools/cron_VRFY.sh @@ -35,7 +35,7 @@ if [[ ! $crontest ]]; then [[ ! $(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 # ADD 20h12.sh line - echo "12 20 * * * /bin/bash $MY_PATH/../20h12.sh 2>&1>/dev/null" >> /tmp/newcron + echo "12 20 * * * /bin/bash $MY_PATH/../20h12.sh > /tmp/20h12.log 2>&1" >> /tmp/newcron crontab /tmp/newcron sudo systemctl enable ipfs sudo systemctl start ipfs