From 4306eb8f5c0e3dc03b640ffb661a6a8f41fafc82 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 23 Aug 2021 09:57:59 +0200 Subject: [PATCH] changed line endings to LF --- httpd-foreground | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/httpd-foreground b/httpd-foreground index b7f4d56..8ac3d22 100644 --- a/httpd-foreground +++ b/httpd-foreground @@ -1,7 +1,7 @@ -#!/bin/sh -set -e - -# Apache gets grumpy about PID files pre-existing -rm -f /usr/local/apache2/logs/httpd.pid - +#!/bin/sh +set -e + +# Apache gets grumpy about PID files pre-existing +rm -f /usr/local/apache2/logs/httpd.pid + exec httpd -DFOREGROUND "$@" \ No newline at end of file