mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
Update entrypoint.sh
This commit is contained in:
@@ -12,7 +12,7 @@ FILE=config/configuration.yml
|
|||||||
|
|
||||||
if [ -f "$FILE" ]; then
|
if [ -f "$FILE" ]; then
|
||||||
echo "$FILE exists, skip setup."
|
echo "$FILE exists, skip setup."
|
||||||
if [[ $PHRASEANET_PROJECT_NAME && $PHRASEANET_ALLOW_PROJET_NAME_SETUP == 1 ]]; then
|
if [[ $PHRASEANET_PROJECT_NAME && $ENV_SET_PHRASEANET_PROJET_NAME == 1 ]]; then
|
||||||
bin/setup system:config set registry.general.title $PHRASEANET_PROJECT_NAME
|
bin/setup system:config set registry.general.title $PHRASEANET_PROJECT_NAME
|
||||||
fi
|
fi
|
||||||
if [[ -n $PHRASEANET_TRUSTED_PROXIES ]]; then
|
if [[ -n $PHRASEANET_TRUSTED_PROXIES ]]; then
|
||||||
|
Reference in New Issue
Block a user