summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-23 12:18:46 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-23 12:18:46 +0100
commit314466d4b71a81c0a05957c12d8763f6bdce348c (patch)
treee3e5697266e5c8c1ff37f8ed71a801fdb7972c11 /bin/g-i-installation.sh
parente2d92d6c9e6cff09193c165dc30c40518089ef53 (diff)
downloadjenkins.debian.net-314466d4b71a81c0a05957c12d8763f6bdce348c.tar.xz
peacify sudo
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index d4c96a96..20128d0e 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -438,7 +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/
+ sudo chown -R jenkins.jenkins $RESULTS/log/
#
# get list of installed packages
#