From df804a3e15e1023d8f43fb001ebb209a99bb625d Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 28 Feb 2026 18:58:40 +0100 Subject: [PATCH] rootfs/usr/local/bin/git-sync.sh aktualisiert --- rootfs/usr/local/bin/git-sync.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rootfs/usr/local/bin/git-sync.sh b/rootfs/usr/local/bin/git-sync.sh index e7d4b21..918eb48 100644 --- a/rootfs/usr/local/bin/git-sync.sh +++ b/rootfs/usr/local/bin/git-sync.sh @@ -44,10 +44,14 @@ systemctl start git-sync.timer systemctl enable git-sync systemctl start git-sync +systemctl restart git-sync + systemctl enable home-sync.timer systemctl start home-sync.timer systemctl enable home-sync systemctl start home-sync +systemctl restart home-sync + echo "Fertig" exit 0 \ No newline at end of file