From 00a538d35ad2aa5790dd9b8bc1990f69c5558620 Mon Sep 17 00:00:00 2001 From: DragoQC Date: Fri, 28 Nov 2025 15:51:36 -0500 Subject: [PATCH] Clean install --- ct/discopanel.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ct/discopanel.sh b/ct/discopanel.sh index 306e6a307..29b3e69bb 100644 --- a/ct/discopanel.sh +++ b/ct/discopanel.sh @@ -40,8 +40,7 @@ function update_script() { rm -rf /opt/discopanel - fetch_and_deploy_gh_release "discopanel" "nickheyer/discopanel" "tarball" "latest" "/opt/discopanel" - + CLEAN_INSTALL= 1 fetch_and_deploy_gh_release "discopanel" "nickheyer/discopanel" "tarball" "latest" "/opt/discopanel" msg_info "Building frontend" cd /opt/discopanel/web/discopanel npm install