Authored by hugufei

update killws.sh 10s to 5s

... ... @@ -62,7 +62,7 @@ stop_tomcat(){
success "start to remove service register from zookeeper: $REMOVE_URL"
curl -m 10 -s -o /dev/null "$REMOVE_URL"
sleep 10s
sleep 5s
success "success to remove $LOCAL_IP"
... ...