[modify] change scripts path with mid-fix "/git/", and do a exclude for syncthing due to too big tar ball

This commit is contained in:
2024-06-02 08:01:54 +08:00
parent cc1463b166
commit e8159fc8cb
5 changed files with 7 additions and 8 deletions

View File

@ -12,6 +12,6 @@ done < /opt/logs/docker_status.log
if [[ -s /tmp/docker_alarm.log ]]; then
alarm=`cat /tmp/docker_alarm.log`
python3 /opt/scripts/alert/sendmail.py "Docker Alarms" "$alarm"
python3 /opt/git/scripts/alert/sendmail.py "Docker Alarms" "$alarm"
fi