Skip to content
Snippets Groups Projects
Commit 704e6216 authored by rswindell's avatar rswindell
Browse files

make_data_dirs() now creates mods_dir (if not blank).

parent bc6fc175
No related branches found
No related tags found
No related merge requests found
......@@ -787,6 +787,9 @@ void make_data_dirs(scfg_t* cfg)
sprintf(str,"%slogs",cfg->logs_dir);
md(str);
if(cfg->mods_dir[0])
md(cfg->mods_dir);
#if 0
int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment