From 4e5ecb91a3ae6dbcf837e5bedf8f2f69bd2ac464 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Fri, 20 Oct 2023 16:47:54 +0000 Subject: [PATCH] Fixed build error --- hass-n8n/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hass-n8n/docker-entrypoint.sh b/hass-n8n/docker-entrypoint.sh index 611bbbb..67820fe 100755 --- a/hass-n8n/docker-entrypoint.sh +++ b/hass-n8n/docker-entrypoint.sh @@ -39,7 +39,7 @@ export N8N_USER_FOLDER="${N8N_PATH}" export N8N_HOST="$(jq --raw-output '.n8n_host // empty' $CONFIG_PATH)" export N8N_PORT="$(jq --raw-output '.n8n_port // empty' $CONFIG_PATH)" -export NODE_ENV="$(jq --raw-output '.mode_env // empty' $CONFIG_PATH)" +export NODE_ENV="$(jq --raw-output '.node_env // empty' $CONFIG_PATH)" export WEBHOOK_TUNNEL_URL="$(jq --raw-output '.webhook_tunnel_url // empty' $CONFIG_PATH)" if [ -z "${N8N_BASIC_AUTH_USER}" ] || [ -z "${N8N_BASIC_AUTH_ACTIVE}" ]; then