Remove unnecessary 'fi' statement in telegraf.sh

This commit is contained in:
Tobias
2025-09-11 15:42:54 +02:00
committed by GitHub
parent eb0cafae15
commit 9a41be241d

View File

@@ -41,7 +41,6 @@ function update_script() {
systemctl start telegraf
msg_ok "Started $APP"
msg_ok "Updated Successfully"
fi
exit
}