This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Replies: 1 comment
-
For a crontab, keep it simple, if it's running, update it. That way it skips templates.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What I envision would work like this, add a -y or --unattended switch to allow the update LXC script to run unattended. This way it could be added to a pve server's crontab or even an ansible playbook to run across multiple pve hypervisors.
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/update-lxcs.sh)" -y
I have taken the liberty of posting my personal changes for your or anyones use. Such a small change i didnt feel like merited a fork or anything.
Beta Was this translation helpful? Give feedback.
All reactions