From 7c3deb842d553ffc74a4329de762d2797a17577a Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Wed, 4 Jan 2012 22:49:21 +0100 Subject: [PATCH] Fix script path --- bin/run_mirmon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run_mirmon b/bin/run_mirmon index eb27e2c..1e3be95 100755 --- a/bin/run_mirmon +++ b/bin/run_mirmon @@ -4,7 +4,7 @@ cd /usr/local/src/grml-mirrors git reset --hard >/dev/null git pull >/dev/null -perl masterlist2mirmon Mirrors.masterlist > /etc/mirmon/mirror.list +perl bin/masterlist2mirmon Mirrors.masterlist > /etc/mirmon/mirror.list #first run mirmon LC_ALL=C /usr/bin/mirmon -q -get update 2>/dev/null #then generatore the mirror map -- 2.1.4