From ed7ede063089ae94c3a9832fd511e0850cbb7596 Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Wed, 30 Apr 2014 07:35:35 -0400 Subject: [PATCH] - nginx: do a syntax check because on some distributions, the init script always returns 0 - even if the syntax is not ok (how stupid is that?) --- interface/web/mailuser/lib/remote.conf.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/mailuser/lib/remote.conf.php b/interface/web/mailuser/lib/remote.conf.php index 15c5adc..62a2de0 100644 --- a/interface/web/mailuser/lib/remote.conf.php +++ b/interface/web/mailuser/lib/remote.conf.php @@ -1,3 +1,3 @@ <?php -?> \ No newline at end of file +?> -- Gitblit v1.9.1