diff --git a/README.md b/README.md index edbb06c..70ca8bc 100644 --- a/README.md +++ b/README.md @@ -70,13 +70,13 @@ LOGFILE = "/var/log/proxmox_update.log" ### 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: ``` -0 4 * * * /root/scripte/pve-update.py +0 4 * * * /root/scripte/pve-update.py >/dev/null 2>&1 ``` ### Snapshots