From f48593ac8116460141797f1b89282b098f231de9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:39:39 +0200 Subject: [PATCH] Dashy: remove unbound variable (RELEASE) (#5974) --- install/dashy-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/dashy-install.sh b/install/dashy-install.sh index a93434585..e2c459533 100644 --- a/install/dashy-install.sh +++ b/install/dashy-install.sh @@ -16,11 +16,11 @@ update_os NODE_VERSION="22" setup_nodejs fetch_and_deploy_gh_release "dashy" "Lissy93/dashy" -msg_info "Installing Dashy ${RELEASE} (Patience)" +msg_info "Installing Dashy" cd /opt/dashy $STD npm install $STD npm run build -msg_ok "Installed Dashy ${RELEASE}" +msg_ok "Installed Dashy" msg_info "Creating Service" cat </etc/systemd/system/dashy.service