diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-11-27 15:09:28 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-11-27 15:10:00 +0100 |
commit | 4e8207f132f93636b19ff868186063ad026bca8a (patch) | |
tree | 8b47c0023b0d5dbe652692d904429ded31157ca2 /common/scripts/dumpjournal.sh | |
parent | a614708ffbc3514d67344f98631e284abfda9575 (diff) |
Disable colors in journal dumpkoi_10.91.0koi/10.91.010.91.0
Avoid escaping characters.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I50b1895cc148b43a73e8730f76a39c29382973cb
Diffstat (limited to 'common/scripts/dumpjournal.sh')
-rwxr-xr-x | common/scripts/dumpjournal.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/dumpjournal.sh b/common/scripts/dumpjournal.sh index fdbe036..696b994 100755 --- a/common/scripts/dumpjournal.sh +++ b/common/scripts/dumpjournal.sh @@ -19,6 +19,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -journalctl -a --no-pager +SYSTEMD_COLORS=false journalctl -a --no-pager echo "dumpjournal: pass" exit 0 |