Show a message when update checking is disabled
This commit is contained in:
parent
5f67378bc9
commit
f92c4a4f71
@ -93,6 +93,8 @@ namespace cryfs {
|
|||||||
#endif
|
#endif
|
||||||
if (!Environment::noUpdateCheck()) {
|
if (!Environment::noUpdateCheck()) {
|
||||||
_checkForUpdates();
|
_checkForUpdates();
|
||||||
|
} else {
|
||||||
|
cout << "Automatic checking for security vulnerabilities and updates is disabled." << endl;
|
||||||
}
|
}
|
||||||
cout << endl;
|
cout << endl;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user