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