summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-06 10:05:24 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-06 10:05:24 -0300
commit4d21692d3a8907d6e31f7891d7f08950e726aabc (patch)
tree1427348ed9dc877a2f9e3b51b250a88a8147a0dd
parent2b415b97ecbd3b3e154c4f7c177f6bc337b95442 (diff)
downloadtools-4d21692d3a8907d6e31f7891d7f08950e726aabc.tar.gz
tools-4d21692d3a8907d6e31f7891d7f08950e726aabc.tar.bz2
tools-4d21692d3a8907d6e31f7891d7f08950e726aabc.tar.xz
tools-4d21692d3a8907d6e31f7891d7f08950e726aabc.zip
Ensure logmaster is dead when server quits
-rwxr-xr-xherculeswrapper/map.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/herculeswrapper/map.sh b/herculeswrapper/map.sh
index ffd7e76..67c5147 100755
--- a/herculeswrapper/map.sh
+++ b/herculeswrapper/map.sh
@@ -47,3 +47,6 @@ while [ 1 ] ; do
;;
esac
done
+
+killall logmaster.py
+