Skip to content

Commit

Permalink
add newline after custom options to avoid possible syntax error in ap…
Browse files Browse the repository at this point in the history
…ache-config, thx to J-BBB for testing

Signed-off-by: Michael Kaufmann (d00p) <[email protected]>
  • Loading branch information
d00p committed Jul 14, 2016
1 parent b63fc5b commit c375347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jobs/cron_tasks.inc.http.10.apache.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit c375347

Please sign in to comment.