Drop synlink with no referent
... to fix the rsync error in transferring logs. Change-Id: I160eca3c7eb79a9bb4d3b3fe5cbe1dc384a84cdd
This commit is contained in:
parent
17a081b3da
commit
0a058b2bd0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user