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

refresh_cfg() only needs to touch ctrl/recycle, which recycles all running

servers and services (including the sbbsctrl GUI now).
parent b8fafb89
No related branches found
No related tags found
No related merge requests found
......@@ -1124,8 +1124,5 @@ void DLLCALL refresh_cfg(scfg_t* cfg)
break;
}
SAFEPRINTF(str,"%srecycle.ftp",cfg->ctrl_dir); ftouch(str);
SAFEPRINTF(str,"%srecycle.web",cfg->ctrl_dir); ftouch(str);
SAFEPRINTF(str,"%srecycle.mail",cfg->ctrl_dir); ftouch(str);
SAFEPRINTF(str,"%srecycle.services",cfg->ctrl_dir); ftouch(str);
SAFEPRINTF(str,"%srecycle",cfg->ctrl_dir); ftouch(str);
}
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