Make the script executable, remove the tmp directory at the end
This commit is contained in:
parent
460cb9428b
commit
7ec798d37b
1
collect-logs.sh
Normal file → Executable file
1
collect-logs.sh
Normal file → Executable file
@ -12,3 +12,4 @@ rsync -av --delete /var/log/lubuntu-ci/* output.tmp/logs/
|
||||
|
||||
# Make the output directory live
|
||||
rsync -av --delete output.tmp/* output/
|
||||
rm -rf output.tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user