Commit 3fc35ee1 authored by shajiaiming's avatar shajiaiming

fix

parent 7e4648ba
#!/bin/bash
while true; do php /data_wallet/token_config/yii ticker-update >> /data_wallet/ticker.log 2>&1; sleep 60; done &
\ No newline at end of file
#!/bin/bash
while true; do php /data_wallet/token_config/yii ticker >> /data_wallet/ticker-huobi.log 2>&1; sleep 10; done &
\ No newline at end of file
#!/bin/bash #!/bin/bash
while true; do php /data_wallet/token_config/yii ticker-update/sort >> /data_wallet/ticker-sort.log 2>&1; sleep 60; done & while true; do php /data_wallet/token_config/yii ticker/sort >> /data_wallet/ticker-sort.log 2>&1; sleep 60; done &
\ No newline at end of file \ No newline at end of file
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