Commit 421e9a9e authored by shajiaiming's avatar shajiaiming

fix

parent 78661cff
#!/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 2; done &
\ No newline at end of file
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
#!/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 5; done &
\ No newline at end of file
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
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