EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 0e0f9764 authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Send non-apache stdout formatted output to stderr

parent 5442a6d2
No related branches found
No related tags found
1 merge request!17Resolve "Integrate ELK stack with Fluentd"
#!/bin/bash -e
/configure.sh
/configure.sh >&2
echo "Running Apache server"
echo "Running Apache server" >&2
rm -rf /run/apache2/* /var/run/apache2/* /tmp/apache2*
exec /usr/sbin/apache2ctl -D FOREGROUND
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment