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 | b95750ea04456b5cac4cc8155482ce0e097c5596 (patch) | |
tree | 575e93888624f581bec0404c1be184d5fb1e7d29 /Monitoring | |
parent | a45fbaf64a5bd63136f8b44176143dac98ce9e4e (diff) |
added git pull to monitoring makefile for convenience
Diffstat (limited to 'Monitoring')
-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 |