设置时区

master
pan 4 years ago
parent db8853f23e
commit 16779c8428
  1. 2
      shell/checkPort

@ -18,6 +18,7 @@ function test(){
else
foo "server status:start"
fi
if [ -z "`/app/findPortPid $clientPort`" ]
then
foo "client status:stop"
@ -25,6 +26,7 @@ function test(){
else
foo "server status:start"
fi
if [ $check -eq 0 ]
then
foo "server and client is running"

Loading…
Cancel
Save