From e9240fb9b8e7351629b448c02af89482d413d8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 30 Jul 2025 15:09:57 +0200 Subject: [PATCH] Fix undeclared var (#6371) --- install/mafl-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/mafl-install.sh b/install/mafl-install.sh index 47cf7bbb6..a05765187 100644 --- a/install/mafl-install.sh +++ b/install/mafl-install.sh @@ -22,14 +22,14 @@ msg_ok "Installed Dependencies" NODE_VERSION="22" NODE_MODULE="yarn@latest" setup_nodejs fetch_and_deploy_gh_release "mafl" "hywax/mafl" -msg_info "Installing Mafl v${RELEASE}" +msg_info "Installing Mafl" mkdir -p /opt/mafl/data curl -fsSL "https://raw.githubusercontent.com/hywax/mafl/main/.example/config.yml" -o "/opt/mafl/data/config.yml" cd /opt/mafl export NUXT_TELEMETRY_DISABLED=true $STD yarn install $STD yarn build -msg_ok "Installed Mafl v${RELEASE}" +msg_ok "Installed Mafl" msg_info "Creating Service" cat </etc/systemd/system/mafl.service