Commit aacca8a5 authored by 白秀江's avatar 白秀江

更新project-deploy.sh

parent ed9f1d03
...@@ -14,7 +14,7 @@ echo $IP ...@@ -14,7 +14,7 @@ echo $IP
function deploy() { function deploy() {
cd $2 cd $2
set +e set +e
sh $2/restart.sh sh -x $2/restart.sh
set -e set -e
COUNT=0 COUNT=0
TIMES=0 TIMES=0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment