vnstati_webhook : withdraw default days_limit

This commit is contained in:
minoplhy 2023-10-31 14:17:33 +07:00
parent b4d295328e
commit e8e4af518f
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -30,8 +30,6 @@ fi
if [ -n "${days_limit}" ]; then
PARAMS+=("--days $days_limit")
elif [ ! -n "${days_limit}" ]; then
PARAMS+=("--days 7")
fi
if [ -n "${header_text}" ]; then