Browse Source

changed line endings to LF

main
Holger Frey 3 years ago
parent
commit
4306eb8f5c
  1. 12
      httpd-foreground

12
httpd-foreground

@ -1,7 +1,7 @@ @@ -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 "$@"
Loading…
Cancel
Save