From fd6642b30a607cde1247724ecab665c658b6d6ac Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 29 Nov 2025 23:33:18 +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 390020a..fb88644 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 /home/$USER/.ssh/* +sudo -u andre chmod 600 /home/andre/.ssh/* exit 0