From f287cb802359590f9984578c1aff04f329d7d7df Mon Sep 17 00:00:00 2001 From: Michael <121590199+MichaelVetter1979@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:13:35 +0100 Subject: [PATCH] Update evcc.sh (#9107) Added missing "fi" at line 38 --- ct/evcc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/evcc.sh b/ct/evcc.sh index b010540770..8a0807afaf 100644 --- a/ct/evcc.sh +++ b/ct/evcc.sh @@ -35,6 +35,7 @@ function update_script() { "https://dl.evcc.io/public/evcc/stable/deb/debian/" \ "$(get_os_info codename)" \ "main" + fi msg_info "Updating evcc LXC" $STD apt update $STD apt --only-upgrade install -y evcc