refactor: Increases verbosity of data_handler

This commit is contained in:
Vincent Mahnke 2025-10-25 21:20:09 +02:00
commit 58f048adba
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469
4 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ set -e
cat<<EOF | dcrontab -
# min hour day month weekday command
5 * * * * sh /opt/update_camera.sh
*/15 * * * * sh /opt/update_camera.sh >> /var/log/update_camera_$(date +\%Y\%m\%d\%H\%M\%S).log 2>&1
EOF
####################################################################################################