mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Merge pull request #5053 from LibreSign/chore/improve-error-message
chore: improve tip to sysadmin
This commit is contained in:
commit
a602595726
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue