aboutsummaryrefslogtreecommitdiffstats
path: root/runTags.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runTags.sh')
-rwxr-xr-xrunTags.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/runTags.sh b/runTags.sh
index 57215d17..6f34c6a1 100755
--- a/runTags.sh
+++ b/runTags.sh
@@ -101,4 +101,7 @@ do
fi
done
+# Blindly clean up all outstanding chrome processes
+pkill chrome
+
exit $RET_CODE