diff options
Diffstat (limited to 'bin/reproducible_maintainance.sh')
-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 |