summaryrefslogtreecommitdiff
path: root/herculeswrapper/map.sh
diff options
context:
space:
mode:
Diffstat (limited to 'herculeswrapper/map.sh')
-rwxr-xr-xherculeswrapper/map.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/herculeswrapper/map.sh b/herculeswrapper/map.sh
index b191326..78fb453 100755
--- a/herculeswrapper/map.sh
+++ b/herculeswrapper/map.sh
@@ -77,5 +77,13 @@ while [ 1 ] ; do
send_all_pipes "restart"
sleep 5s
;;
+ 109)
+ echo "Build plugin"
+ sleep 5s
+ build_plugin
+ echo "Restarting all servers..."
+ send_all_pipes "restart"
+ sleep 5s
+ ;;
esac
done