From ee861ec0569e60f11e3f1924702a74833a8a1bf1 Mon Sep 17 00:00:00 2001 From: andre Date: Sun, 30 Nov 2025 00:33:10 +0100 Subject: [PATCH] rootfs/usr/local/bin/git-sync.sh aktualisiert --- rootfs/usr/local/bin/git-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/bin/git-sync.sh b/rootfs/usr/local/bin/git-sync.sh index 252295e..d27aaae 100644 --- a/rootfs/usr/local/bin/git-sync.sh +++ b/rootfs/usr/local/bin/git-sync.sh @@ -21,5 +21,5 @@ sudo rsync -a rootfs/ "$TARGET" chmod +x /usr/local/bin/git-sync.sh #chmod 600 /home/$USER/.ssh/* - +systemctl daemon-reload exit 0 \ No newline at end of file