rootfs/usr/local/bin/git-sync.sh aktualisiert

This commit is contained in:
2026-02-28 19:21:00 +01:00
parent df804a3e15
commit ba17833609

View File

@@ -38,20 +38,11 @@ chmod 600 /home/andre/.ssh/*
echo "Systemd Daemon Reload"
systemctl daemon-reload
echo "Services aktivieren und starten"
echo "Services aktivieren"
systemctl enable git-sync.timer
systemctl start git-sync.timer
systemctl enable git-sync
systemctl start git-sync
systemctl restart git-sync
systemctl enable home-sync.timer
systemctl start home-sync.timer
systemctl enable home-sync
systemctl start home-sync
systemctl restart home-sync
echo "Fertig"
exit 0