Skip to content

Commit 4ca1f82

Browse files
author
Marius Cramer
committed
- fixed typo (double }) in fedora install library
1 parent ea9199e commit 4ca1f82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/dist/lib/fedora.lib.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ function configure_postfix($options = '')
236236
$command = 'cd '.$config_dir.'; '
237237
.'openssl req -new -outform PEM -out smtpd.cert -newkey rsa:4096 -nodes -keyout smtpd.key -keyform PEM -days 3650 -x509';
238238
}
239-
}
240239
exec($command);
241240

242241
$command = 'chmod o= '.$config_dir.'/smtpd.key';

0 commit comments

Comments
 (0)