nagios: fix post_install
This commit is contained in:
parent
ffa5a7ff46
commit
a3dad26b17
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class Nagios < Formula
|
|||
system "make", "install-webconf"
|
||||
end
|
||||
|
||||
def postinstall
|
||||
def post_install
|
||||
(var/"lib/nagios/rw").mkpath
|
||||
|
||||
config = etc/"nagios/nagios.cfg"
|
||||
|
|
Loading…
Reference in a new issue