IS_NETWORKING_SERVICE: not in cron mode

This commit is contained in:
Jérémy Lecour 2022-07-20 13:20:02 +02:00 committed by Jérémy Lecour
parent 52e114e45f
commit 5c5a061d59
2 changed files with 3 additions and 0 deletions

View File

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

View File

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