diff options
author | makefu <makefu@syntax-fehler.de> | 2011-07-01 22:30:03 +0200 |
---|---|---|
committer | makefu <makefu@syntax-fehler.de> | 2011-07-01 22:31:48 +0200 |
commit | c02e75cc54d89ddfd9b18c70464a1b74a25a97d1 (patch) | |
tree | fdc3d948a9ca60619b8e699ea9bbf28bd08636d1 | |
parent | 2fb19af7271784dcad4aec563e6b5e332454d62a (diff) |
added git pull to monitoring makefile for convenience
-rw-r--r-- | Monitoring/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Monitoring/Makefile b/Monitoring/Makefile index fd75ef1b..e1fe7083 100644 --- a/Monitoring/Makefile +++ b/Monitoring/Makefile @@ -4,6 +4,7 @@ HTDOCS = /usr/share/nagios3/htdocs .phony: debian debian: + git pull origin master [ `which python` ] || apt-get install python python-simplejson [ `which nagios3` ] || apt-get install nagios3 rm $(NAGDIR)/conf.d/* || true |