summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-06-20 23:13:50 +0200
committerChristian Breunig <christian@breunig.cc>2026-06-20 23:13:50 +0200
commit871f2fce4ebdc2adc77d086a59bfc38093d4d6dc (patch)
tree4ce91394a01afbf10c09deef375a389d9655577b
parente12c92a693208b58c0bcec84c1758e0142c53c7c (diff)
downloadvyos-1x-871f2fce4ebdc2adc77d086a59bfc38093d4d6dc.tar.gz
vyos-1x-871f2fce4ebdc2adc77d086a59bfc38093d4d6dc.zip
op-mode: T9009: remove superfluous bash -c '' from monitor log command
-rw-r--r--op-mode-definitions/monitor-log.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in
index f5f96b982..b82138b62 100644
--- a/op-mode-definitions/monitor-log.xml.in
+++ b/op-mode-definitions/monitor-log.xml.in
@@ -9,7 +9,7 @@
<properties>
<help>Monitor last lines of messages file</help>
</properties>
- <command>bash -c 'SYSTEMD_COLORS=false journalctl --no-hostname --follow --boot'</command>
+ <command>SYSTEMD_COLORS=false journalctl --no-hostname --follow --boot</command>
<children>
<node name="color">
<properties>