Skip to content

Commit 19d4ad0

Browse files
committed
[docker] Remove unnecessary mesage
1 parent 622dc61 commit 19d4ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docker/cmd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/opt/countly/bin/docker/postinstall.sh
44

5-
if [ -z "$COUNTLY_CONFIG_FRONTEND_HOSTNAME" ]; then
5+
if [ -z "$COUNTLY_CONFIG_HOSTNAME" ]; then
66
echo "[docker] ERROR: Please set COUNTLY_CONFIG_HOSTNAME with your planned Countly hostname, i.e. countly.example.com"
77
fi
88

0 commit comments

Comments
 (0)