fixed bug when in nameserver creation

This commit is contained in:
tracer 2024-04-17 14:04:47 +02:00
parent 645f3d00fe
commit 43b8f19a7b
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "24unix/bindapi",
"description": "manage Bind9 DNS server via REST API",
"version": "2023.0.1",
"build_number": "337",
"build_number": "338",
"authors": [
{
"name": "Micha Espey",

View File

@ -1054,7 +1054,6 @@ class CLIController
$encryptionKey = $this->configController->getConfig(configKey: 'encryptionKey');
$decryptedKey = $this->encryptionController->safeDecrypt(encrypted: $server->getApikey(), key: $encryptionKey);
echo 'server: ' . $server->getName() . PHP_EOL;
echo 'decrypted key: ' . $decryptedKey . PHP_EOL;
$a = $server->getA() ?? '';
if (!empty($a)) {