FS-3925 --resolve

This commit is contained in:
Anthony Minessale 2012-02-23 14:32:25 -06:00
parent 097d9a1ac5
commit 24afb8aaaf

View File

@ -371,6 +371,8 @@ static switch_status_t do_config(void)
if (!strcmp(var, "startup-script")) {
if (val) {
lua_thread(val);
/* wait 10ms to avoid lua init issues */
switch_yield(10000);
}
}
}