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

This commit is contained in:
2025-11-29 23:28:02 +01:00
parent 3a85eb84ae
commit b4c1f3f1de

View File

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