From 048a8326d1404653ee5e95817a357e3fab1bd911 Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 29 Nov 2025 22:53:10 +0100 Subject: [PATCH] rootfs/opt/git-sync/git-sync.sh aktualisiert --- rootfs/opt/git-sync/git-sync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootfs/opt/git-sync/git-sync.sh b/rootfs/opt/git-sync/git-sync.sh index 858cbd7..5f57b17 100644 --- a/rootfs/opt/git-sync/git-sync.sh +++ b/rootfs/opt/git-sync/git-sync.sh @@ -19,4 +19,6 @@ git stash pop # Dateien verteilen (rootfs → /) sudo rsync -a rootfs/ "$TARGET" +chmod 600 ~/.ssh/* + exit 0