From 400a6ac01729638e86201b2053cac54436233520 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 5 Jul 2018 17:57:01 +0200 Subject: [PATCH] remove datelimit depending on connection status as it doesn't make a real difference any more --- astroid/scripts/move-tag.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/astroid/scripts/move-tag.sh b/astroid/scripts/move-tag.sh index 90f6cbf..3649896 100755 --- a/astroid/scripts/move-tag.sh +++ b/astroid/scripts/move-tag.sh @@ -44,13 +44,8 @@ function debugmsg { } # Set date until when files are searched for, depending on current connection status -if [ "${var_conn}" == "off" ]; then - DATELIMIT="1d" - echo "Datelimit for search set to $DATELIMIT" -else - DATELIMIT="14d" - echo "Datelimit for search set to $DATELIMIT" -fi +DATELIMIT="30d" +echo "Datelimit for search set to $DATELIMIT" while read line; do TAG=$(echo $line | cut -d";" -f1)