Skip to content

Commit

Permalink
Merge pull request snaptec#1591 from LKuemmel/fix-plenticore
Browse files Browse the repository at this point in the history
fix plenticore
  • Loading branch information
benderl committed Sep 30, 2021
2 parents ee5efc8 + 9408e1d commit fdcd36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bezug_kostalplenticoreem300haus/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
MYLOGFILE="$RAMDISKDIR/evu_json.log"
fi

python /var/www/html/openWB/modules/bezug_kostalplenticoreem300haus/kostal_plenticore.py "${kostalplenticorehaus}" >>$MYLOGFILE 2>&1
python3 /var/www/html/openWB/modules/bezug_kostalplenticoreem300haus/kostal_plenticore.py "${kostalplenticorehaus}" >>$MYLOGFILE 2>&1
ret=$?

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

0 comments on commit fdcd36d

Please sign in to comment.