increase date limit

This commit is contained in:
2018-03-13 12:09:51 +01:00
parent bead4b8bb9
commit fb7275695a

View File

@@ -48,7 +48,7 @@ if [ "${var_conn}" == "off" ]; then
DATELIMIT="1d"
logrun echo "Datelimit for search set to $DATELIMIT"
else
DATELIMIT="7d"
DATELIMIT="14d"
logrun echo "Datelimit for search set to $DATELIMIT"
fi