mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 23:40:24 +00:00
initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user