Remove /scripts from the path as it is redundant.
This commit is contained in:
parent
4ef7b049b0
commit
a01a61e02c
|
|
@ -13,7 +13,7 @@
|
|||
These entries will be pre-pended to the LUA_PATH environment variable
|
||||
-->
|
||||
<!-- <param name="script-directory" value="/usr/local/lua/?.lua"/> -->
|
||||
<param name="script-directory" value="$${script_dir}/scripts/?.lua"/>
|
||||
<param name="script-directory" value="$${script_dir}/?.lua"/>
|
||||
|
||||
<param name="xml-handler-script" value="app.lua xml_handler"/>
|
||||
<param name="xml-handler-bindings" value="configuration,dialplan,directory"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue