mirror of https://git.48k.eu/ogserver
main: use etc folder instead of cfg to store .json configuration file
debian packages use etc, so update source code to use this folder too.master
parent
944fef7b04
commit
e7c4e16602
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue