Files
icloud-contacts-sync/docker/run-mailer.sh
T
2026-08-04 21:02:28 +02:00

7 lines
132 B
Bash

#!/bin/sh
set -e
cd /app
echo "$(date -Is) - Mailer-Lauf gestartet"
python3 /app/mailer.py
echo "$(date -Is) - Mailer-Lauf beendet"