Skip to content

Commit

Permalink
Drop synlink with no referent
Browse files Browse the repository at this point in the history
... to fix the rsync error in transferring logs.

Change-Id: I160eca3c7eb79a9bb4d3b3fe5cbe1dc384a84cdd
(cherry picked from commit 0a058b2)
  • Loading branch information
kajinamit authored and mnasiadka committed Oct 2, 2024
1 parent 2045ffb commit b82bd6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/container-builder-copy-logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b82bd6a

Please sign in to comment.