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

Call make_data_dirs() from JSexec. Without this, sbbs would have to be run to

be sure all necessary dirs are created.
parent 1040c887
No related branches found
No related tags found
No related merge requests found
......@@ -1351,6 +1351,8 @@ int main(int argc, char **argv, char** env)
#endif
prep_dir(scfg.ctrl_dir, scfg.temp_dir, sizeof(scfg.temp_dir));
make_data_dirs(&scfg);
if(host_name==NULL)
host_name=scfg.sys_inetaddr;
......
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