File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ ecmd set contract eosio contracts/eosio.bios contracts/eosio.bios/eosio.bios.was
89
89
90
90
# the setprods.json argument cannot pass through the function call due to embedded quotes
91
91
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
93
93
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
95
95
echo ==== End: $step ============== >> $logfile
96
96
step=$(( $step + 1 ))
97
97
You can’t perform that action at this time.
0 commit comments