From 3a85eb84ae4638e2259869e28d18b80cf33b4d74 Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 29 Nov 2025 23:26:23 +0100 Subject: [PATCH] rootfs/opt/git-sync/git-sync.sh aktualisiert --- rootfs/opt/git-sync/git-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/opt/git-sync/git-sync.sh b/rootfs/opt/git-sync/git-sync.sh index 5f57b17..d640cba 100644 --- a/rootfs/opt/git-sync/git-sync.sh +++ b/rootfs/opt/git-sync/git-sync.sh @@ -19,6 +19,6 @@ git stash pop # Dateien verteilen (rootfs → /) sudo rsync -a rootfs/ "$TARGET" -chmod 600 ~/.ssh/* +chmod 600 /home/andre/.ssh/* exit 0