From 0bd3c1525edd2fc306ca883031e649102a28e6a5 Mon Sep 17 00:00:00 2001 From: rafael Date: Tue, 27 Jun 2023 16:40:41 +0200 Subject: [PATCH] 11663 fix typo --- pandora_server/util/pandora_server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_server/util/pandora_server b/pandora_server/util/pandora_server index b609b66e08..7b83868abe 100755 --- a/pandora_server/util/pandora_server +++ b/pandora_server/util/pandora_server @@ -40,7 +40,7 @@ export PID_DIR=/var/run declare -A SERVERS_NAMES # Environment variables -if [ -f /etc/pandora/pandora_server.env ]; then +if [ -f $PANDORA_ENV ]; then source $PANDORA_ENV fi if [[ -z ${PANDORA_RB_PRODUCT_NAME} ]]; then