diff --git a/scripts/jobs/cron_tasks.inc.http.10.apache.php b/scripts/jobs/cron_tasks.inc.http.10.apache.php index 0d45d0d1b1..19b2040962 100644 --- a/scripts/jobs/cron_tasks.inc.http.10.apache.php +++ b/scripts/jobs/cron_tasks.inc.http.10.apache.php @@ -86,7 +86,7 @@ private function _createStandardDirectoryEntry() { $custom_opts = Settings::Get('system.apacheglobaldiropt'); if (!empty($custom_opts)) { - $this->virtualhosts_data[$vhosts_filename].= $custom_opts; + $this->virtualhosts_data[$vhosts_filename].= $custom_opts . "\n"; } else {