Commit f5ff23c4 authored by shajiaiming's avatar shajiaiming

debug

parent 93c690b1
#!/bin/bash
while true; do php /var/www/html/token_pwallet/yii game-bet/bet-update >> /var/log/bet-update.log 2>&1; sleep 5; done &
\ No newline at end of file
while true; do php /data_wallet/bwallet/dev_token_config/yii game-bet/bet-update >> /data_wallet/bwallet/bet-update.log 2>&1; sleep 2; done &
\ No newline at end of file
#!/bin/bash
while true; do php /var/www/html/token_pwallet/yii game-bet/game-status >> /var/log/game-status.log 2>&1; sleep 5; done &
\ No newline at end of file
while true; do php /data_wallet/bwallet/dev_token_config/yii game-bet/game-status >> /data_wallet/bwallet/game-status.log 2>&1; sleep 5; 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