From 294d455265671d437beda6acf08408d3b198c7b3 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Mon, 24 Mar 2008 21:00:32 +0000 Subject: [PATCH] path fix. --- codemux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0