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

---
 install/dist/lib/fedora.lib.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/install/dist/lib/fedora.lib.php b/install/dist/lib/fedora.lib.php
index 2c312cb..5771bba 100644
--- a/install/dist/lib/fedora.lib.php
+++ b/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';

--
Gitblit v1.9.1