瀏覽代碼

Fix the application edit path (#441)

frytimo 4 月之前
父節點
當前提交
06a38b38a8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      debian/resources/applications.sh

+ 2 - 2
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
+chown -R www-data:www-data /var/www/fusionpbx