mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
force return status of squid status command to 0 ( <> 0 raises an exception )
This commit is contained in:
parent
8762e8bda9
commit
bf4987f550
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user