diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-23 12:18:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-23 12:18:46 +0100 |
commit | 314466d4b71a81c0a05957c12d8763f6bdce348c (patch) | |
tree | e3e5697266e5c8c1ff37f8ed71a801fdb7972c11 /bin | |
parent | e2d92d6c9e6cff09193c165dc30c40518089ef53 (diff) | |
download | jenkins.debian.net-314466d4b71a81c0a05957c12d8763f6bdce348c.tar.xz |
peacify sudo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
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 # |