You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
266 B

#!/bin/sh
killall -9 php
cd /www/wwwroot/se_sswallets_com
php artisan workerman option start --d
php artisan workerman swap start --d
cd /www/wwwroot/se_sswallets_com/public/exchange
sh wss_start.sh &
cd /www/wwwroot/se_sswallets_com/public/swap
sh swap_start.sh &