IS_CHECK_VERSIONS disabled in cron mode

This commit is contained in:
Jérémy Lecour 2021-10-25 10:00:33 +02:00 committed by Jérémy Lecour
parent 4728ce52d0
commit 1172169004
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,8 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Changed
* IS_CHECK_VERSIONS disabled in cron mode
### Deprecated
### Removed

View file

@ -1750,6 +1750,7 @@ while :; do
IS_KERNELUPTODATE=0
IS_UPTIME=0
IS_MELTDOWN_SPECTRE=0
IS_CHECK_VERSIONS=0
;;
-v|--verbose)
VERBOSE=1