Skip to content

Commit 1563507

Browse files
committed
Fix log message
1 parent 4f8da80 commit 1563507

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-unifi-network-application-config

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-unifi-network-application-config/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929

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

0 commit comments

Comments
 (0)