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