Update package-permissions.sh
This commit is contained in:
parent
b7e1ccb81e
commit
c81492a8aa
|
|
@ -1,3 +1,10 @@
|
|||
#move to script directory so all relative paths work
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
#includes
|
||||
. ../config.sh
|
||||
. ../environment.sh
|
||||
|
||||
#default permissions
|
||||
chown -R www-data:www-data /etc/freeswitch
|
||||
chown -R www-data:www-data /var/lib/freeswitch
|
||||
|
|
|
|||
Loading…
Reference in New Issue