diff options
| -rw-r--r-- | op-mode-definitions/monitor-log.xml.in | 2 |
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> |
