Fix log message

This commit is contained in:
sturman 2024-02-24 20:55:31 +02:00
parent a1b59c28ec
commit 3be04fb262

View file

@ -29,7 +29,7 @@ fi
if [[ ! -e /config/data/system.properties ]]; then
if [[ -z "${MONGO_URI}" || -z "${STAT_MONGO_URI}" || -z "${MONGO_DBNAME}" ]]; then
echo "*** Required environments are not set, cannot configure database settings. ***"
echo "*** Required environment variables are not set, cannot configure database settings. ***"
sleep infinity
else
envsubst < /defaults/system.properties > /config/data/system.properties