Merge "Drop synlink with no referent"

This commit is contained in:
Zuul 2024-09-25 06:09:24 +00:00 committed by Gerrit Code Review
commit 90a8bb95ce

View File

@ -6,6 +6,7 @@
mkdir -p logs
# copy system log
sudo cp -r /var/log logs/system_log
sudo rm -f logs/system_log/README
if which journalctl ; then
# the journal gives us syslog() and kernel output, so is like
# a concatenation of the above.