Commit bdc150ef authored by shajiaiming's avatar shajiaiming

fix

parent 9843ea53
#!/bin/bash
while true; do php /data_wallet/token_config/yii game-bet/bet-update >> /data_wallet/bet-update.log 2>&1; sleep 2; done &
\ No newline at end of file
while true; do php /data_wallet/token_config/yii game-bet/bet-update >> /data_wallet/bet-update.log 2>&1; sleep 10; done &
\ No newline at end of file
#!/bin/bash
while true; do php /data_wallet/token_config/yii game-bet/game-status >> /data_wallet/game-status.log 2>&1; sleep 5; done &
\ No newline at end of file
while true; do php /data_wallet/token_config/yii game-bet/game-status >> /data_wallet/game-status.log 2>&1; sleep 15; done &
\ 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