summaryrefslogtreecommitdiff
path: root/nopsyncd/conf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nopsyncd/conf.lua')
-rw-r--r--nopsyncd/conf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nopsyncd/conf.lua b/nopsyncd/conf.lua
index ee5487d..83257b5 100644
--- a/nopsyncd/conf.lua
+++ b/nopsyncd/conf.lua
@@ -21,7 +21,7 @@
local conf = {}
-local file = assert(io.open("/etc/rhnop/nopsyncd.conf", "r"))
+local file = assert(io.open("nopsyncd.conf", "r"))
for line in file:lines() do
local k,v = string.match(line, "^([^=#]+)=(.*)$")
if k and v and v ~= "" then