Skip to content

Commit

Permalink
Update modules/wr_solarworld/main.sh
Browse files Browse the repository at this point in the history
Co-authored-by: benderl <[email protected]>
  • Loading branch information
LKuemmel and benderl authored Jan 17, 2023
1 parent d93dcee commit 2f79487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wr_solarworld/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi

openwbDebugLog ${DMOD} 2 "PV IP: ${solarworld_emanagerip}"

bash "$OPENWBBASEDIR/packages/legacy_run.sh" "modules.devices.solar_world.device" "inverter" "${solarworld_emanagerip}" "1" >>$MYLOGFILE 2>&1
bash "$OPENWBBASEDIR/packages/legacy_run.sh" "modules.devices.solar_world.device" "inverter" "${solarworld_emanagerip}" "1" >>"$MYLOGFILE" 2>&1
ret=$?

openwbDebugLog ${DMOD} 2 "RET: ${ret}"
Expand Down

0 comments on commit 2f79487

Please sign in to comment.