mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
11663 fix typo
This commit is contained in:
parent
67b3df4890
commit
0bd3c1525e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user