From: Alexander Wirt Date: Wed, 4 Jan 2012 21:49:21 +0000 (+0100) Subject: Fix script path X-Git-Url: http://git.grml.org/?p=grml-mirrors.git;a=commitdiff_plain;h=7c3deb842d553ffc74a4329de762d2797a17577a Fix script path --- 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