From 99b16e71b5b42ccb6d698ae2ae17e06eba3a320c Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Tue, 3 Feb 2026 11:44:46 +0100 Subject: [PATCH] fix ddclient --- ct/wealthfolio.sh | 2 +- frontend/public/json/ddclient.json | 2 +- install/wealthfolio-install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/wealthfolio.sh b/ct/wealthfolio.sh index ed69ba9af..e52639587 100644 --- a/ct/wealthfolio.sh +++ b/ct/wealthfolio.sh @@ -39,7 +39,7 @@ function update_script() { cp /opt/wealthfolio/.env /opt/wealthfolio_env_backup msg_ok "Backed up Data" - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "wealthfolio" "afadil/wealthfolio" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "wealthfolio" "afadil/wealthfolio" "tarball" msg_info "Building Frontend (patience)" cd /opt/wealthfolio diff --git a/frontend/public/json/ddclient.json b/frontend/public/json/ddclient.json index 18f719abd..408c4fdfb 100644 --- a/frontend/public/json/ddclient.json +++ b/frontend/public/json/ddclient.json @@ -39,6 +39,6 @@ { "type": "info", "text": "Sample configuration is created for Namecheap but can be modified for other providers" - }, + } ] } diff --git a/install/wealthfolio-install.sh b/install/wealthfolio-install.sh index 636ac0de1..8ee9c6e36 100644 --- a/install/wealthfolio-install.sh +++ b/install/wealthfolio-install.sh @@ -24,7 +24,7 @@ msg_ok "Installed Dependencies" setup_rust NODE_MODULE="pnpm" setup_nodejs -fetch_and_deploy_gh_release "wealthfolio" "afadil/wealthfolio" +fetch_and_deploy_gh_release "wealthfolio" "afadil/wealthfolio" "tarball" msg_info "Building Frontend (patience)" cd /opt/wealthfolio