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)