From 1b8e7d08b6cf4853364c989a180393403c0c796b Mon Sep 17 00:00:00 2001 From: andre Date: Sun, 30 Nov 2025 00:38:20 +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 10808f0..9fc2630 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/andre/.ssh/* +chmod 600 /home/andre/.ssh/* sudo systemctl daemon-reload exit 0 \ No newline at end of file