diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |