From ccb71d63fd4927b1cddd1eaf53a3b416b530c943 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 26 Mar 2026 11:05:56 +0100 Subject: [PATCH] Update lobehub-install.sh --- install/lobehub-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/lobehub-install.sh b/install/lobehub-install.sh index 49dc32c8..b3dcace4 100644 --- a/install/lobehub-install.sh +++ b/install/lobehub-install.sh @@ -65,7 +65,7 @@ msg_ok "Set Up Standalone" msg_info "Running Database Migrations" cd /opt/lobehub/.next/standalone set -a && source /opt/lobehub/.env && set +a -$STD node /opt/lobehub/.next/standalone/docker.cjs +#$STD node /opt/lobehub/.next/standalone/docker.cjs msg_ok "Ran Database Migrations" msg_info "Creating Service"