From c46c5effbf1c8c352d977d71314133b85a840cc5 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 14 Jul 2026 12:09:01 +0200 Subject: [PATCH] Update fileflows.sh --- ct/fileflows.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ct/fileflows.sh b/ct/fileflows.sh index 9e3a5cd7e..3f72cef69 100644 --- a/ct/fileflows.sh +++ b/ct/fileflows.sh @@ -82,9 +82,6 @@ function update_script() { tar -czf "$backup_filename" -C /opt/fileflows Data msg_ok "Backup Created" - # FileFlows tracks the latest release, whose .NET target can move (e.g. 8 -> 10); - # ensure the current ASP.NET Core Runtime so an existing install doesn't fail to - # start after updating to a newer .NET major version. msg_info "Ensuring ASP.NET Core Runtime" if [[ "$(arch_resolve)" == "arm64" ]]; then if [[ ! -x /usr/lib/dotnet10/dotnet ]]; then