FS-8608 found while doing config audit, params should have dashes

This commit is contained in:
Brian West 2016-08-22 15:19:56 -05:00
parent ccfea718a6
commit 7cc2653edc
1 changed files with 1 additions and 1 deletions

View File

@ -4677,7 +4677,7 @@ static switch_status_t parse_config(const char *cf)
vhost->alias = switch_core_strdup(vhost->pool, val);
} else if (!strcasecmp(var, "root")) {
vhost->root = switch_core_strdup(vhost->pool, val);
} else if (!strcasecmp(var, "script_root")) {
} else if (!strcasecmp(var, "script-root")) {
vhost->script_root = switch_core_strdup(vhost->pool, val);
} else if (!strcasecmp(var, "index")) {
vhost->index = switch_core_strdup(vhost->pool, val);