mirror of
https://github.com/linuxserver/docker-unifi-network-application.git
synced 2025-03-05 20:59:58 -08:00
Fix log message
This commit is contained in:
parent
a1b59c28ec
commit
3be04fb262
|
@ -29,7 +29,7 @@ fi
|
||||||
|
|
||||||
if [[ ! -e /config/data/system.properties ]]; then
|
if [[ ! -e /config/data/system.properties ]]; then
|
||||||
if [[ -z "${MONGO_URI}" || -z "${STAT_MONGO_URI}" || -z "${MONGO_DBNAME}" ]]; 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
|
sleep infinity
|
||||||
else
|
else
|
||||||
envsubst < /defaults/system.properties > /config/data/system.properties
|
envsubst < /defaults/system.properties > /config/data/system.properties
|
||||||
|
|
Loading…
Reference in a new issue