Commit 2dfd4b10 authored by shajiaiming's avatar shajiaiming

fix

parent a386a120
#!/bin/bash
while true; do php /data_wallet/bwallet/dev_token_config/yii cross-chain/auto-transfer >> /data_wallet/bwallet/auto-transfer.log 2>&1; sleep 15; done &
\ No newline at end of file
while true; do php /var/www/html/token_pwallet/yii cross-chain/auto-transfer >> /var/www/html/auto-transfer.log 2>&1; sleep 15; done &
\ No newline at end of file
#!/bin/bash
while true; do php /data_wallet/bwallet/dev_token_config/yii cross-chain/query-transaction >> /data_wallet/bwallet/query-transaction.log 2>&1; sleep 20; done &
\ No newline at end of file
while true; do php /var/www/html/token_pwallet/yii cross-chain/query-transaction >> /var/www/html/query-transaction.log 2>&1; sleep 20; 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