Skip to content

Commit

Permalink
Merge pull request snaptec#2753 from hhoefling/patch-10
Browse files Browse the repository at this point in the history
Update set-current.sh
  • Loading branch information
benderl authored Jul 4, 2023
2 parents 2c27544 + a14984e commit f945869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runs/set-current.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ function setChargingCurrent () {
if [[ $evsecon == "daemon" ]]; then
setChargingCurrentDaemon "$current"
fi
if [[ $evsecon == "http" ]]; then
if [[ $evsecon == "httpevse" ]]; then
setChargingCurrenthttp "$current"
fi
if [[ $evsecon == "extopenwb" ]]; then
Expand Down

0 comments on commit f945869

Please sign in to comment.