From 289708cc10151abc7c046ed69a6bf60287600c3a Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Sat, 2 May 2026 12:05:37 +0200 Subject: [PATCH] Threadfin: use 'threadfin-app' as app name to avoid version-file clash (#14159) --- ct/threadfin.sh | 4 ++-- install/threadfin-install.sh | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ct/threadfin.sh b/ct/threadfin.sh index 49334dcdf..2b2670087 100644 --- a/ct/threadfin.sh +++ b/ct/threadfin.sh @@ -29,12 +29,12 @@ function update_script() { exit fi - if check_for_gh_release "threadfin" "threadfin/threadfin"; then + if check_for_gh_release "threadfin-app" "threadfin/threadfin"; then msg_info "Stopping Service" systemctl stop threadfin msg_ok "Stopped Service" - fetch_and_deploy_gh_release "threadfin" "threadfin/threadfin" "singlefile" "latest" "/opt/threadfin" "Threadfin_linux_amd64" + fetch_and_deploy_gh_release "threadfin-app" "threadfin/threadfin" "singlefile" "latest" "/opt/threadfin" "Threadfin_linux_amd64" msg_info "Starting Service" systemctl start threadfin diff --git a/install/threadfin-install.sh b/install/threadfin-install.sh index b834f6bed..83741706b 100644 --- a/install/threadfin-install.sh +++ b/install/threadfin-install.sh @@ -20,9 +20,7 @@ $STD apt install -y \ vlc msg_ok "Installed Dependencies" -fetch_and_deploy_gh_release "threadfin" "threadfin/threadfin" "singlefile" "latest" "/opt/threadfin" "Threadfin_linux_amd64" -mv /root/.threadfin /root/.threadfin_version -mkdir -p /root/.threadfin +fetch_and_deploy_gh_release "threadfin-app" "threadfin/threadfin" "singlefile" "latest" "/opt/threadfin" "Threadfin_linux_amd64" msg_info "Creating Service" cat </etc/systemd/system/threadfin.service