We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8da80 commit 1563507Copy full SHA for 1563507
root/etc/s6-overlay/s6-rc.d/init-unifi-network-application-config/run
@@ -29,7 +29,7 @@ fi
29
30
if [[ ! -e /config/data/system.properties ]]; then
31
if [[ -z "${MONGO_URI}" || -z "${STAT_MONGO_URI}" || -z "${MONGO_DBNAME}" ]]; then
32
- echo "*** Required environments are not set, cannot configure database settings. ***"
+ echo "*** Required environment variables are not set, cannot configure database settings. ***"
33
sleep infinity
34
else
35
envsubst < /defaults/system.properties > /config/data/system.properties
0 commit comments