Skip to content

Commit 90a8bb9

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Drop synlink with no referent"
2 parents 3b2803a + 0a058b2 commit 90a8bb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playbooks/container-builder-copy-logs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
mkdir -p logs
77
# copy system log
88
sudo cp -r /var/log logs/system_log
9+
sudo rm -f logs/system_log/README
910
if which journalctl ; then
1011
# the journal gives us syslog() and kernel output, so is like
1112
# a concatenation of the above.

0 commit comments

Comments
 (0)