From a3844707adfd6ebac94bc74e4aa02da7cdaddfe8 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 8 May 2026 08:29:33 +0200 Subject: [PATCH] Move threadfin-app to /opt/threadfin Move the threadfin-app to the correct directory after deployment. --- ct/threadfin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/threadfin.sh b/ct/threadfin.sh index 2b2670087..38d798512 100644 --- a/ct/threadfin.sh +++ b/ct/threadfin.sh @@ -35,6 +35,7 @@ function update_script() { msg_ok "Stopped Service" fetch_and_deploy_gh_release "threadfin-app" "threadfin/threadfin" "singlefile" "latest" "/opt/threadfin" "Threadfin_linux_amd64" + mv /opt/threadfin/threadfin-app /opt/threadfin/threadfin msg_info "Starting Service" systemctl start threadfin