From 06a38b38a88c4fdf0abbbfd59650ce6b0a923d1f Mon Sep 17 00:00:00 2001 From: frytimo Date: Tue, 4 Mar 2025 11:19:10 -0400 Subject: [PATCH] Fix the application edit path (#441) --- debian/resources/applications.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/resources/applications.sh b/debian/resources/applications.sh index 1684441..1a07171 100644 --- a/debian/resources/applications.sh +++ b/debian/resources/applications.sh @@ -21,9 +21,9 @@ if [ .$application_dialplan_tools = .'true' ]; then git clone https://github.com/fusionpbx/fusionpbx-app-dialplan_tools.git dialplan_tools fi 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 if [ .$application_sip_trunks = .'true' ]; then git clone https://github.com/fusionpbx/fusionpbx-app-sip_trunks.git sip_trunks fi -chown -R www-data:www-data /var/www/fusionpbx \ No newline at end of file +chown -R www-data:www-data /var/www/fusionpbx