From d65a67a8541d9b1c4e829cf1f0c66f76891f47d9 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 1 Jul 2011 22:30:03 +0200 Subject: added git pull to monitoring makefile for convenience --- Monitoring/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Monitoring') 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 -- cgit v1.2.3