forked from norman/fusionpbx-install.sh-github-mirror
Fix the application edit path (#441)
This commit is contained in:
2
debian/resources/applications.sh
vendored
2
debian/resources/applications.sh
vendored
@@ -21,7 +21,7 @@ if [ .$application_dialplan_tools = .'true' ]; then
|
|||||||
git clone https://github.com/fusionpbx/fusionpbx-app-dialplan_tools.git dialplan_tools
|
git clone https://github.com/fusionpbx/fusionpbx-app-dialplan_tools.git dialplan_tools
|
||||||
fi
|
fi
|
||||||
if [ .$application_edit = .'true' ]; then
|
if [ .$application_edit = .'true' ]; then
|
||||||
git clone https://github.com/fusionpbx/fusionpbx-app-dialplan_tools.git edit
|
git clone https://github.com/fusionpbx/fusionpbx-app-edit.git edit
|
||||||
fi
|
fi
|
||||||
if [ .$application_sip_trunks = .'true' ]; then
|
if [ .$application_sip_trunks = .'true' ]; then
|
||||||
git clone https://github.com/fusionpbx/fusionpbx-app-sip_trunks.git sip_trunks
|
git clone https://github.com/fusionpbx/fusionpbx-app-sip_trunks.git sip_trunks
|
||||||
|
|||||||
Reference in New Issue
Block a user