Oopsies
This commit is contained in:
parent
114dec3505
commit
e00f179ca7
|
@ -114,7 +114,7 @@ _check_date() {
|
||||||
case $UPDATE_CHECK in
|
case $UPDATE_CHECK in
|
||||||
"daily") [ $diff -lt 86400 ] && updated=1;;
|
"daily") [ $diff -lt 86400 ] && updated=1;;
|
||||||
"weekly") [ $diff -lt 604800 ] && updated=1;;
|
"weekly") [ $diff -lt 604800 ] && updated=1;;
|
||||||
"monthly") [$diff -lt 18748800 ] && updated=1;;
|
"monthly") [ $diff -lt 18748800 ] && updated=1;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
if [ "$new_date" = "$old_date" ] ; then
|
if [ "$new_date" = "$old_date" ] ; then
|
||||||
|
|
Loading…
Reference in New Issue