From 48eaab89ba026844de41d49a21471f184b43d5c2 Mon Sep 17 00:00:00 2001 From: "Roman Schmerold (BNoiZe)" Date: Mon, 2 Feb 2015 13:57:23 +0100 Subject: [PATCH] Add missing space in sed command Signed-off-by: Roman Schmerold (BNoiZe) --- lib/configfiles/rhel7.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configfiles/rhel7.inc.php b/lib/configfiles/rhel7.inc.php index e41cde20..63b57486 100644 --- a/lib/configfiles/rhel7.inc.php +++ b/lib/configfiles/rhel7.inc.php @@ -156,7 +156,7 @@ return array( 'awstats' => array( 'label' => 'Awstats', 'commands' => array( - 'sed -i.bak \'s/^DirData/# DirData/\''.makeCorrectFile(Settings::Get('system.awstats_conf').'/awstats.model.conf'), + 'sed -i.bak \'s/^DirData/# DirData/\' '.makeCorrectFile(Settings::Get('system.awstats_conf').'/awstats.model.conf'), '# Please make sure you deactivate awstats own cronjob as Froxlor handles that itself' ) )