From 6033baeb9a01bcfb0ce35a62e465fc09c36f700b Mon Sep 17 00:00:00 2001 From: patrick Date: Thu, 3 Sep 2026 12:37:45 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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