This commit is contained in:
Thomas Forgione 2020-02-11 16:22:54 +01:00
parent 114dec3505
commit e00f179ca7
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ _check_date() {
case $UPDATE_CHECK in
"daily") [ $diff -lt 86400 ] && updated=1;;
"weekly") [ $diff -lt 604800 ] && updated=1;;
"monthly") [$diff -lt 18748800 ] && updated=1;;
"monthly") [ $diff -lt 18748800 ] && updated=1;;
esac
else
if [ "$new_date" = "$old_date" ] ; then