README.md aktualisiert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user