Fix bug
This commit is contained in:
@@ -50,7 +50,7 @@ _check_date() {
|
|||||||
|
|
||||||
if [ "$new_date" != "$old_date" ]; then
|
if [ "$new_date" != "$old_date" ]; then
|
||||||
_sentence not_updated
|
_sentence not_updated
|
||||||
elif [ "$UPDATE_CHECK_ALWAYS" == "true" ]; then
|
elif [ "$UPDATE_CHECK_ALWAYS" = "true" ]; then
|
||||||
_sentence updated
|
_sentence updated
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user