rootfs/opt/git-sync/git-sync.sh aktualisiert

This commit is contained in:
2025-11-29 23:33:18 +01:00
parent b4c1f3f1de
commit fd6642b30a

View File

@@ -19,6 +19,6 @@ git stash pop
# Dateien verteilen (rootfs → /) # Dateien verteilen (rootfs → /)
sudo rsync -a rootfs/ "$TARGET" sudo rsync -a rootfs/ "$TARGET"
chmod 600 /home/$USER/.ssh/* sudo -u andre chmod 600 /home/andre/.ssh/*
exit 0 exit 0