mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
Kindle Display: No cron email
This commit is contained in:
parent
9bf7f503d9
commit
0eaf27f4d2
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ EOF
|
|||
echo ""
|
||||
echo "SHELL=/bin/bash"
|
||||
echo "PATH=/bin:/usr/bin:/usr/local/bin"
|
||||
echo "*/5 * * * * /bin/bash $CRON_FILE"
|
||||
echo "*/5 * * * * /bin/bash $CRON_FILE > /dev/null 2>&1 || true"
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue