remove datelimit depending on connection status as it doesn't make a real difference any more
This commit is contained in:
@@ -44,13 +44,8 @@ function debugmsg {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Set date until when files are searched for, depending on current connection status
|
# Set date until when files are searched for, depending on current connection status
|
||||||
if [ "${var_conn}" == "off" ]; then
|
DATELIMIT="30d"
|
||||||
DATELIMIT="1d"
|
|
||||||
echo "Datelimit for search set to $DATELIMIT"
|
echo "Datelimit for search set to $DATELIMIT"
|
||||||
else
|
|
||||||
DATELIMIT="14d"
|
|
||||||
echo "Datelimit for search set to $DATELIMIT"
|
|
||||||
fi
|
|
||||||
|
|
||||||
while read line; do
|
while read line; do
|
||||||
TAG=$(echo $line | cut -d";" -f1)
|
TAG=$(echo $line | cut -d";" -f1)
|
||||||
|
|||||||
Reference in New Issue
Block a user