From e78a3c09459510c766bea283ccc73edfd153f84f Mon Sep 17 00:00:00 2001 From: DragoQC Date: Thu, 4 Dec 2025 19:22:12 -0500 Subject: [PATCH] Fix remove one space --- ct/discopanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/discopanel.sh b/ct/discopanel.sh index 179002485..700605f6a 100644 --- a/ct/discopanel.sh +++ b/ct/discopanel.sh @@ -44,7 +44,7 @@ function update_script() { rm -rf /opt/discopanel - CLEAN_INSTALL= 1 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 "Setting up DiscoPanel" cd /opt/discopanel/web/discopanel $STD npm install