summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_maintenance.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 70d2c53f..53799b20 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -138,6 +138,7 @@ if [ -s $RESULT ] ; then
done
if [ -s $TOKILL ] ; then
DIRTY=true
+ PSCALL=""
echo
echo "Warning: processes found which should not be there, killing them now:"
for PROCESS in $(cat $TOKILL) ; do