force return status of squid status command to 0 ( <> 0 raises an exception )

This commit is contained in:
Ad Schellevis 2015-02-25 19:31:52 +00:00
parent 8762e8bda9
commit bf4987f550

View File

@ -17,7 +17,7 @@ type:script
message:restarting proxy
[status.proxy]
command:/usr/local/etc/rc.d/squid status
command:/usr/local/etc/rc.d/squid status;exit 0
parameters:
type:script_output
message:restarting proxy