diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-19 10:27:06 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-19 10:27:06 +0100 |
commit | ad36e84f217711b6c053c43ce21c3f330f71e51a (patch) | |
tree | 5dd9f9366e7a93490d26a0079fdf22f04858d378 /bin | |
parent | 7d4bd72b8db7a549f21d3dfb8c6ead8db137acb4 (diff) | |
download | jenkins.debian.net-ad36e84f217711b6c053c43ce21c3f330f71e51a.tar.xz |
reproducible: sudo !!
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_maintainance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh index aaad5e66..e36d4463 100755 --- a/bin/reproducible_maintainance.sh +++ b/bin/reproducible_maintainance.sh @@ -123,7 +123,7 @@ if [ -s $RESULT ] ; then cat $RESULT echo ZOMBIES=$(cat $RESULT | cut -d " " -f1 | xargs echo) - kill -9 $(echo $ZOMBIES) + sudo kill -9 $(echo $ZOMBIES) echo "'kill -9 $(echo $ZOMBIES)' done." echo DIRTY=true |