Skip to content

Commit

Permalink
Merge pull request #404 from splunk/fix/entrypoint-flags
Browse files Browse the repository at this point in the history
Resolve double -F
  • Loading branch information
Ryan Faircloth authored and GitHub committed Apr 8, 2020
2 parents 07bc2d3 + af13c53 commit 3781643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/sbin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ echo sc4s version=$(cat /VERSION) >/opt/syslog-ng/var/log/syslog-ng.out
echo syslog-ng starting
/opt/syslog-ng/bin/persist-tool add /opt/syslog-ng/etc/reset_persist -o /opt/syslog-ng/var

/opt/syslog-ng/sbin/syslog-ng -F $@ &
/opt/syslog-ng/sbin/syslog-ng $@ &
pid="$!"
# wait forever
while true
Expand Down

0 comments on commit 3781643

Please sign in to comment.