Marius Cramer
2014-10-18 4ca1f82d6486238543ea005dbb9d22dd2d534505
- fixed typo (double }) in fedora install library
1 files modified
1 ■■■■ changed files
install/dist/lib/fedora.lib.php 1 ●●●● patch | view | raw | blame | history
install/dist/lib/fedora.lib.php
@@ -236,7 +236,6 @@
                $command = 'cd '.$config_dir.'; '
                    .'openssl req -new -outform PEM -out smtpd.cert -newkey rsa:4096 -nodes -keyout smtpd.key -keyform PEM -days 3650 -x509';
            }
            }
            exec($command);
            $command = 'chmod o= '.$config_dir.'/smtpd.key';