From 4ca1f82d6486238543ea005dbb9d22dd2d534505 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Sat, 18 Oct 2014 09:39:04 +0200
Subject: [PATCH] - fixed typo (double }) in fedora install library

---
 install/dist/lib/fedora.lib.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/install/dist/lib/fedora.lib.php b/install/dist/lib/fedora.lib.php
index 2c312cbbd7..5771bbaead 100644
--- a/install/dist/lib/fedora.lib.php
+++ b/install/dist/lib/fedora.lib.php
@@ -236,7 +236,6 @@ class installer_dist extends installer_base {
 				$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';
-- 
GitLab