From 9a41be241d2ea66ed0e72d09972c0fe38837f9fd Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:42:54 +0200 Subject: [PATCH] Remove unnecessary 'fi' statement in telegraf.sh --- ct/telegraf.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/telegraf.sh b/ct/telegraf.sh index 66214f86..8cad99f8 100644 --- a/ct/telegraf.sh +++ b/ct/telegraf.sh @@ -41,7 +41,6 @@ function update_script() { systemctl start telegraf msg_ok "Started $APP" msg_ok "Updated Successfully" - fi exit }