From 2b5f0914e7d8e547980ad0c1ce7046054149c60f Mon Sep 17 00:00:00 2001 From: Michal Filka Date: Wed, 21 Feb 2024 11:25:12 +0100 Subject: [PATCH] Dropped replaced journalctl --dmesg --- scripts/save_y2logs | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/save_y2logs b/scripts/save_y2logs index 59ab12769..4d66476e9 100755 --- a/scripts/save_y2logs +++ b/scripts/save_y2logs @@ -81,9 +81,7 @@ if [ "$(type -p dmesg)" ]; then fi if [ "$(type -p journalctl)" ]; then - journalctl --dmesg > $TMPDIR/journalctl-dmesg journalctl -b > $TMPDIR/journalctl-b - LIST_TMP="$LIST_TMP journalctl-dmesg" LIST_TMP="$LIST_TMP journalctl-b" fi