summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-environment.xml.in
AgeCommit message (Collapse)Author
2026-04-12op-mode: T8483: fix /show_sensors.py: No such file or directoryChristian Breunig
After rewriting the op-mode handlind code and introducing virtualTagNodes for op-mode, also all <command> statements will be executed by a runner. Executing "bash -c ''" code within that runner lacks the proper environment. This can be verified by adding "env" into the bash -c '' executions string. Solve this issue by moving the hypervisor detection code to show_sensors.py.
2025-07-30op-mode: T7527: eliminate bare shell snippets in op mode commandsDaniil Baturin
2025-07-24T7626: op-mode: fix several op-mode command for syntax (#4603)Date Huang
* T7626: op-mode: fix several op-mode command for syntax update container image <container name> show environment sensors show log certbot Signed-off-by: Date Huang <tjjh89017@hotmail.com> * Update op-mode-definitions/show-log.xml.in Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: Date Huang <tjjh89017@hotmail.com> Co-authored-by: Daniil Baturin <daniil@baturin.org> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-16op-mode: T7459: eliminate direct use of sudo in op mode commandsDaniil Baturin
2021-01-10xml: op-mode: add preprocessor support as known from configuration modeChristian Poessinger