From d55f56ccd17d14b73388920c08fcd92c9b69575d Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Mon, 5 Dec 2016 14:34:02 +0100 Subject: [PATCH] fixed example path --- etc/ecix/birdwatcher.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/ecix/birdwatcher.conf b/etc/ecix/birdwatcher.conf index 75511b9..ce32389 100644 --- a/etc/ecix/birdwatcher.conf +++ b/etc/ecix/birdwatcher.conf @@ -23,13 +23,13 @@ filter_fields = [] [bird] listen = "0.0.0.0:29188" -config = "./etc/bird.conf" +config = "/etc/bird.conf" birdc = "birdc" [bird6] listen = "0.0.0.0:29189" -config = "./etc/bird6.conf" +config = "/etc/bird6.conf" birdc = "birdc6"