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 @@
#!/bin/sh #!/bin/sh
set -e set -e
# Apache gets grumpy about PID files pre-existing # Apache gets grumpy about PID files pre-existing
rm -f /usr/local/apache2/logs/httpd.pid rm -f /usr/local/apache2/logs/httpd.pid
exec httpd -DFOREGROUND "$@" exec httpd -DFOREGROUND "$@"
Loading…
Cancel
Save