debian-koji-osbuild/schutzbot/save_journal.sh
Alexander Todorov f569c38ea9 Add support for GitLab CI
and remove Jenkins related files
2021-07-29 11:19:33 +02:00

4 lines
107 B
Bash
Executable file

#!/bin/bash
# use tee, otherwise shellcheck complains
sudo journalctl --boot | tee journal-log >/dev/null