fix generated json for config-services script after install

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-08-26 16:59:43 +02:00
parent 05634adc66
commit 5c7f5be5b9
2 changed files with 4 additions and 4 deletions

View File

@@ -672,7 +672,7 @@ class Core
'dns' => 'x',
'http' => $this->validatedData['webserver'],
'smtp' => 'postfix_dovecot',
'mail' => 'dovecot_postfix',
'mail' => 'dovecot_postfix2',
'ftp' => 'proftpd',
'system' => $system_params
];