Commit 0cc2ac26 authored by shajiaming's avatar shajiaming

新task

parent 7fbd29a2
#!/bin/bash
while true;
do
php /data_wallet/token_config/yii issue-chain-transfer/async-coin >> /data_wallet/issue-async.log 2>&1;
sleep 30;
done &
\ No newline at end of file
#!/bin/bash
while true;
do
php /data_wallet/token_config/yii issue-chain-transfer/update-chain >> /data_wallet/update-chain.log 2>&1;
sleep 60;
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