Make the script executable, remove the tmp directory at the end

This commit is contained in:
Simon Quigley 2024-11-25 19:36:18 -06:00
parent 460cb9428b
commit 7ec798d37b

1
collect-logs.sh Normal file → Executable file
View 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