From fb7275695a93fee2377856f26856545e6669cfbd Mon Sep 17 00:00:00 2001 From: mxmehl Date: Tue, 13 Mar 2018 12:09:51 +0100 Subject: [PATCH] increase date limit --- astroid/scripts/move-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroid/scripts/move-tag.sh b/astroid/scripts/move-tag.sh index 1501a50..0960b22 100755 --- a/astroid/scripts/move-tag.sh +++ b/astroid/scripts/move-tag.sh @@ -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