Skip to content
Snippets Groups Projects
Commit ba9317b7 authored by Nicolas Couture's avatar Nicolas Couture
Browse files

FEAT #20239 TIME 00:01 Change wording in script

parent 9ee4d527
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class EncryptDocserverScript
$_SERVER['CONFIG_DIR'] = $args['configPath'];
$encryptKey = CoreConfigModel::getEncryptKey();
echo "Cle de cryptage : " . $encryptKey . "\n";
echo "Cle de chiffrement : " . $encryptKey . "\n";
$docServers = DocserverModel::get(['select' => ['type', 'path']]);
$docServers = array_column($docServers, 'path', 'type');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment