From c5177f0e374a295da2414cbc3f77e26de5826004 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:53:41 +0100 Subject: [PATCH] remove $application --- install/plane-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/plane-install.sh b/install/plane-install.sh index f2aef034..caac1b4e 100644 --- a/install/plane-install.sh +++ b/install/plane-install.sh @@ -34,7 +34,7 @@ msg_ok "Installed Dependencies" NODE_VERSION="22" setup_nodejs PG_VERSION="16" setup_postgresql -APPLICATION="Plane" PG_DB_NAME="plane" PG_DB_USER="plane" setup_postgresql_db +PG_DB_NAME="plane" PG_DB_USER="plane" setup_postgresql_db msg_info "Configuring RabbitMQ" RABBITMQ_PASS=$(openssl rand -base64 24 | tr -dc 'a-zA-Z0-9' | head -c16)