From afe19c53a0160961ddca89bbdf0f07455e23bf89 Mon Sep 17 00:00:00 2001 From: Theodore Murphy <130824397+thdrmrphy@users.noreply.github.com> Date: Sun, 24 Mar 2024 10:09:59 +1100 Subject: [PATCH] Bug fix Remove accidental `fi` --- battery.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/battery.sh b/battery.sh index 2d1d560..9951057 100755 --- a/battery.sh +++ b/battery.sh @@ -487,7 +487,6 @@ if [[ "$action" == "maintain_synchronous" ]]; then sleep 60 fi - fi battery_percentage=$(get_battery_percentage)