时空支付重启脚本修改

main
grimm 2024-08-09 10:30:24 +08:00
parent a7f40032a9
commit 189f10a151
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ normal_code_update() {
echo "${server_name} ${ip} 重启完成"
;;
"pay")
ssh "$ip" "bash /data/jieling/delivery-server/pay_reboot.sh"
ssh "$ip" "bash /data/shikong/idip/pay_reboot.sh"
ssh "$ip" "ps -ef | grep delivery"
echo "${server_name} ${ip} 重启完成"
;;