From ba17833609d56113196d514288a782788fb58e7e Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 28 Feb 2026 19:21:00 +0100 Subject: [PATCH] rootfs/usr/local/bin/git-sync.sh aktualisiert --- rootfs/usr/local/bin/git-sync.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/rootfs/usr/local/bin/git-sync.sh b/rootfs/usr/local/bin/git-sync.sh index 918eb48..b551997 100644 --- a/rootfs/usr/local/bin/git-sync.sh +++ b/rootfs/usr/local/bin/git-sync.sh @@ -38,20 +38,11 @@ chmod 600 /home/andre/.ssh/* echo "Systemd Daemon Reload" systemctl daemon-reload -echo "Services aktivieren und starten" +echo "Services aktivieren" systemctl enable git-sync.timer -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