mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-22 17:33:12 +00:00
Fix install admin account test env name
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
if [ -z "$INSTALL_ACCOUNT_EMAIL" ]; then
|
if [ -z "$PHRASEANET_ADMIN_ACCOUNT_EMAIL" ]; then
|
||||||
echo "INSTALL_ACCOUNT_EMAIL var is not set."
|
echo "PHRASEANET_ADMIN_ACCOUNT_EMAIL, Phraseanet admin account var is not set."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$INSTALL_ACCOUNT_PASSWORD" ]; then
|
if [ -z "$PHRASEANET_ADMIN_ACCOUNT_PASSWORD " ]; then
|
||||||
echo "INSTALL_ACCOUNT_PASSWORD var is not set."
|
echo "$PHRASEANET_ADMIN_ACCOUNT_PASSWORD, Phaseanet admin password var is not set."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user