瀏覽代碼

Update source-permissions.sh

FusionPBX 8 年之前
父節點
當前提交
d6d8b62998
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      debian/resources/switch/source-permissions.sh

+ 2 - 3
debian/resources/switch/source-permissions.sh

@@ -1,6 +1,5 @@
 #setup owner and group, permissions and sticky
-chown -R www-data:www-data /usr/local/freeswitch
 chmod -R ug+rw /usr/local/freeswitch
-touch /var/log/freeswitch/freeswitch.log
-chown -R www-data:www-data /var/log/freeswitch
+touch /usr/local/freeswitch/freeswitch.log
+chown -R www-data:www-data /usr/local/freeswitch
 find /usr/local/freeswitch -type d -exec chmod 2770 {} \;