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 [[ -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
|
||||
|
|
Loading…
Reference in a new issue