From e08dab57df244b615f2f5cec83ec9d2349593d46 Mon Sep 17 00:00:00 2001 From: andre Date: Sun, 30 Nov 2025 00:31:05 +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 6be4c42..252295e 100644 --- a/rootfs/usr/local/bin/git-sync.sh +++ b/rootfs/usr/local/bin/git-sync.sh @@ -20,6 +20,6 @@ git stash pop sudo rsync -a rootfs/ "$TARGET" chmod +x /usr/local/bin/git-sync.sh -chmod 600 /home/$USER/.ssh/* +#chmod 600 /home/$USER/.ssh/* exit 0 \ No newline at end of file