Move threadfin-app to /opt/threadfin

Move the threadfin-app to the correct directory after deployment.
This commit is contained in:
CanbiZ (MickLesk)
2026-05-08 08:29:13 +02:00
committed by GitHub
parent cd21d98854
commit 91fe10ec4b

View File

@@ -21,6 +21,7 @@ $STD apt install -y \
msg_ok "Installed Dependencies"
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 "Creating Service"
cat <<EOF >/etc/systemd/system/threadfin.service