Drop synlink with no referent

... to fix the rsync error in transferring logs.

Change-Id: I160eca3c7eb79a9bb4d3b3fe5cbe1dc384a84cdd
This commit is contained in:
Takashi Kajinami 2024-09-24 00:32:27 +09:00
parent 17a081b3da
commit 0a058b2bd0

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.