Merge pull request #5053 from LibreSign/chore/improve-error-message

chore: improve tip to sysadmin
This commit is contained in:
Samuelson Brito 2025-05-27 09:24:58 -04:00 committed by GitHub
commit a602595726
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -351,7 +351,7 @@ class ConfigureCheckService {
$this->logger->error('Invalid hash of binaries files', ['result' => $result]);
return [
'Invalid hash of binaries files.',
'Run occ libresign:install --all',
'Check your nextcloud.log file an run occ libresign:install --all',
];
}