Skip to content

Commit

Permalink
Update controller.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
christian1980nrw authored Nov 20, 2024
1 parent 6379639 commit cd8569f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,6 @@ if [ "$include_second_day" -eq 1 ]; then
if [ $((i % 12)) -eq 0 ]; then
price_table+="\n "
fi
current_hour=$(date +%H)
done
log_message >&2 "I: Sorted prices: $price_table"
price_count=$(echo "$price_table" | grep -oE '[0-9]+:[0-9]+\.[0-9]+' | wc -l)
Expand Down

0 comments on commit cd8569f

Please sign in to comment.