Skip to content

Commit

Permalink
journalctl --dmesg not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Feb 21, 2024
1 parent a5319ca commit 6dc9019
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/save_y2logs
Expand Up @@ -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

Expand Down

0 comments on commit 6dc9019

Please sign in to comment.