Browse Source

add testnet jl777

revert-24-test_rpcbind_to_assetname
Dwy ! 7 years ago
parent
commit
2309d3a2c4
  1. 5
      dwy/lazynode

5
dwy/lazynode

@ -127,8 +127,9 @@ startprocess() {
echo "$(date '+%Y-%m-%d %H:%M:%S') startprocess - iguana" | tee -a logcheckagents
screen -d -m -S iguana
#screen -S iguana -X stuff 'cd'`echo -ne '\015'`'cd ~/SuperNET/iguana'`echo -ne '\015'`'git checkout beta && git pull && ./m_notary && cd ~/komodo/src && ./dpowassets'`echo -ne '\015'`
#screen -S iguana -X stuff 'cd'`echo -ne '\015'`'cd ~/SuperNET/iguana'`echo -ne '\015'`'git checkout dev && git pull && ./m_notary_testnet'`echo -ne '\015'`
screen -S iguana -X stuff 'cd'`echo -ne '\015'`'cd ~/SuperNET/iguana'`echo -ne '\015'`'git checkout beta && git pull && ./m_notary && cd ~/komodo/src && ./dpowassets'`echo -ne '\015'`
#screen -S iguana -X stuff 'cd'`echo -ne '\015'`'cd ~/SuperNET/iguana'`echo -ne '\015'`'git checkout dev && git pull && ./m_notary_testnet'`echo -ne '\015'`
screen -S iguana -X stuff 'cd'`echo -ne '\015'`'cd ~/SuperNET/iguana'`echo -ne '\015'`'git checkout jl777 && git pull && ./m_notary_testnet'`echo -ne '\015'`
else
inputparams $1
echo -e "$NC$(date '+%Y-%m-%d %H:%M:%S')$NC\tstartprocess\t$1$NC" | tee -a logcheckagents

Loading…
Cancel
Save