diff options
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/haproxy/files/haproxy.initd-r8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/files/haproxy.initd-r8 b/net-proxy/haproxy/files/haproxy.initd-r8 index 4994c28b42d5..44d8bf64e3b3 100644 --- a/net-proxy/haproxy/files/haproxy.initd-r8 +++ b/net-proxy/haproxy/files/haproxy.initd-r8 @@ -44,7 +44,7 @@ checkconfig() { done ebegin "Checking ${CONFIGS}" - $command -q -c $configs $HAPROXY_OPTS + $command -q -c $command_args eend $? } |