initial commit

This commit is contained in:
2026-08-04 21:02:28 +02:00
parent fc1bbe2a85
commit d14690c525
27 changed files with 1810 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
cd /app
echo "$(date -Is) - Sync-Lauf gestartet"
python3 /app/sync.py
echo "$(date -Is) - Sync-Lauf beendet"
touch /tmp/last_sync_ok