From c6993b28e223af3694c38ffccfea430a1ee41785 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Mon, 11 Dec 2023 18:30:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4sh=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doit.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doit.sh b/doit.sh index c6ef596..df004d0 100644 --- a/doit.sh +++ b/doit.sh @@ -1,10 +1,10 @@ #!/bin/sh killall -9 php -cd /www/wwwroot/se_sswallets_com +cd /www/wwwroot/btc_btcoinmt_com php artisan workerman option start --d php artisan workerman swap start --d -cd /www/wwwroot/se_sswallets_com/public/exchange +cd /www/wwwroot/btc_btcoinmt_com/public/exchange sh wss_start.sh & -cd /www/wwwroot/se_sswallets_com/public/swap +cd /www/wwwroot/btc_btcoinmt_com/public/swap sh swap_start.sh &