Update docker-entrypoint.sh

This commit is contained in:
SMAZNet 2021-07-19 02:29:15 +04:30 committed by GitHub
parent cf5e66213a
commit 1cb53b2d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ if [ -n "$TELEGRAM_STAT" ]; then
fi fi
if [ -n "$TELEGRAM_STAT_HOST" ]; then if [ -n "$TELEGRAM_STAT_HOST" ]; then
CUSTOM_ARGS="${CUSTOM_ARGS} --http-stat-host=$TELEGRAM_STAT_HOST" CUSTOM_ARGS="${CUSTOM_ARGS} --http-stat-ip-address=$TELEGRAM_STAT_HOST"
fi fi
if [ -n "$TELEGRAM_STAT_HIDE_SENSIBLE_DATA" ]; then if [ -n "$TELEGRAM_STAT_HIDE_SENSIBLE_DATA" ]; then