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

This commit is contained in:
2025-11-29 23:26:23 +01:00
parent 048a8326d1
commit 3a85eb84ae

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 ~/.ssh/* chmod 600 /home/andre/.ssh/*
exit 0 exit 0