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

This commit is contained in:
2025-11-29 22:53:10 +01:00
parent bd926690fc
commit 048a8326d1

View File

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