README.md aktualisiert

This commit is contained in:
2026-09-03 12:37:45 +02:00
parent 89cd84f341
commit 6033baeb9a
+2 -2
View File
@@ -70,13 +70,13 @@ LOGFILE = "/var/log/proxmox_update.log"
### Cronjob (z. B. täglich 4 Uhr, mit automatischem Reboot bei neuem Kernel) ### Cronjob (z. B. täglich 4 Uhr, mit automatischem Reboot bei neuem Kernel)
``` ```
0 4 * * * REBOOT=YES /root/scripte/pve-update.py 0 4 * * * REBOOT=YES /root/scripte/pve-update.py >/dev/null 2>&1
``` ```
Nur prüfen/updaten, ohne automatischen Reboot: Nur prüfen/updaten, ohne automatischen Reboot:
``` ```
0 4 * * * /root/scripte/pve-update.py 0 4 * * * /root/scripte/pve-update.py >/dev/null 2>&1
``` ```
### Snapshots ### Snapshots