Skip to content

Commit bae74d1

Browse files
committed
account for Brian's fix for accepting json filenames EOSIO#2111
1 parent 6e8f9ce commit bae74d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testnet.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ ecmd set contract eosio contracts/eosio.bios contracts/eosio.bios/eosio.bios.was
8989

9090
#the setprods.json argument cannot pass through the function call due to embedded quotes
9191
echo ===== Start: $step ============ >> $logfile
92-
echo executing: cleos --wallet-port $wdport -p $biosport -H $bioshost push action eosio setprods \"$(cat setprods.json)\" -p eosio@active | tee -a $logfile
92+
echo executing: cleos --wallet-port $wdport -p $biosport -H $bioshost push action eosio setprods setprods.json -p eosio@active | tee -a $logfile
9393
echo ----------------------- >> $logfile
94-
programs/cleos/cleos --wallet-port $wdport --wallet-host $wdhost -p $biosport -H $bioshost push action eosio setprods "$(cat setprods.json)" -p eosio@active >> $logfile 2>&1
94+
programs/cleos/cleos --wallet-port $wdport --wallet-host $wdhost -p $biosport -H $bioshost push action eosio setprods setprods.json -p eosio@active >> $logfile 2>&1
9595
echo ==== End: $step ============== >> $logfile
9696
step=$(($step + 1))
9797

0 commit comments

Comments
 (0)