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

更新project-deploy.sh

parent bcf5034f
...@@ -13,7 +13,9 @@ echo $IP ...@@ -13,7 +13,9 @@ echo $IP
# #
function deploy() { function deploy() {
cd $2 cd $2
set +e
sh $2/restart.sh sh $2/restart.sh
set -e
COUNT=0 COUNT=0
TIMES=0 TIMES=0
if [ -n $3 ]; then if [ -n $3 ]; then
......
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