From 7ec798d37b40f903cecf60796dda075b3c6aaacc Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 25 Nov 2024 19:36:18 -0600 Subject: [PATCH] Make the script executable, remove the tmp directory at the end --- collect-logs.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 collect-logs.sh diff --git a/collect-logs.sh b/collect-logs.sh old mode 100644 new mode 100755 index 4918923..099a799 --- a/collect-logs.sh +++ b/collect-logs.sh @@ -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