forked from norman/fusionpbx-install.sh-github-mirror
Create package-permissions.sh
This commit is contained in:
8
freebsd/resources/switch/package-permissions.sh
Normal file
8
freebsd/resources/switch/package-permissions.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
#setup owner and group, permissions and sticky
|
||||
#chown -R www:www /usr/local/freeswitch
|
||||
#chmod -R ug+rw /usr/local/freeswitch
|
||||
#touch /var/log/freeswitch/freeswitch.log
|
||||
#chown -R www:www /var/log/freeswitch
|
||||
#find /usr/local/freeswitch -type d -exec chmod 2770 {} \;
|
||||
Reference in New Issue
Block a user