summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-23 12:12:06 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-23 12:12:06 +0100
commite2d92d6c9e6cff09193c165dc30c40518089ef53 (patch)
tree6cfa901c5e49c055c8ccf481f0ad1fa5e72b5573 /bin/g-i-installation.sh
parentdf2857a65567f3a3705aa307d1e0e99ab3ea222d (diff)
downloadjenkins.debian.net-e2d92d6c9e6cff09193c165dc30c40518089ef53.tar.xz
chown logfiles so they become visbile and can be deleted
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index bdaaf9cf..d4c96a96 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -438,6 +438,7 @@ save_logs() {
#
mkdir -p $RESULTS/log
sudo cp -r $SYSTEM_MNT/var/log/installer $RESULTS/log/
+ sudo chown -R jenkins:jenkins $RESULTS/log/
#
# get list of installed packages
#