From: Faiyaz Ahmed Date: Mon, 24 Mar 2008 21:00:32 +0000 (+0000) Subject: path fix. X-Git-Tag: 1.7-3~11 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=294d455265671d437beda6acf08408d3b198c7b3;p=nodemanager.git path fix. --- diff --git a/codemux.py b/codemux.py index ebdd7c6..2dd23bf 100644 --- a/codemux.py +++ b/codemux.py @@ -8,7 +8,7 @@ import os import vserver from sets import Set -CODEMUXCONF="/etc/codemux.conf" +CODEMUXCONF="/etc/codemux/codemux.conf" def start(options, config): pass