summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8b043f7..b9fc3f4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -25,7 +25,7 @@ static struct option og_server_opts[] = {
{ NULL },
};
-#define OG_SERVER_CFG_JSON "/opt/opengnsys/cfg/ogserver.json"
+#define OG_SERVER_CFG_JSON "/opt/opengnsys/etc/ogserver.json"
#define OG_SERVER_REPO_PATH "/opt/opengnsys/images"
struct og_server_cfg ogconfig = {