diff options
Diffstat (limited to 'herculeswrapper/map.sh')
-rwxr-xr-x | herculeswrapper/map.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/herculeswrapper/map.sh b/herculeswrapper/map.sh index bbbf65a..f55f2d9 100755 --- a/herculeswrapper/map.sh +++ b/herculeswrapper/map.sh @@ -41,5 +41,13 @@ while [ 1 ] ; do send_all_pipes "restart" sleep 5s ;; + 105) + echo "Build all servers" + sleep 5s + build_all + echo "Restarting all servers..." + send_all_pipes "restart" + sleep 5s + ;; esac done |