1 changed files with 3 additions and 3 deletions
@ -1,10 +1,10 @@ |
|||||
#!/bin/sh |
#!/bin/sh |
||||
killall -9 php |
killall -9 php |
||||
cd /www/wwwroot/se_sswallets_com |
cd /www/wwwroot/btc_btcoinmt_com |
||||
php artisan workerman option start --d |
php artisan workerman option start --d |
||||
php artisan workerman swap 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 & |
sh wss_start.sh & |
||||
cd /www/wwwroot/se_sswallets_com/public/swap |
cd /www/wwwroot/btc_btcoinmt_com/public/swap |
||||
sh swap_start.sh & |
sh swap_start.sh & |
||||
|
|
||||
|
|||||
Loading…
Reference in new issue