Update fusionpbx.sh
This commit is contained in:
parent
2829b32b31
commit
bca839396d
|
|
@ -37,8 +37,8 @@ chown -R freeswitch:daemon /var/cache/fusionpbx
|
||||||
|
|
||||||
#get the source code
|
#get the source code
|
||||||
git clone $BRANCH https://github.com/fusionpbx/fusionpbx.git /var/www/fusionpbx
|
git clone $BRANCH https://github.com/fusionpbx/fusionpbx.git /var/www/fusionpbx
|
||||||
chmod -R 554 /var/www/fusionpbx
|
chmod -R 744 /var/www/fusionpbx
|
||||||
chmod -R 554 /var/www/fusionpbx/secure
|
chmod -R 755 /var/www/fusionpbx/secure
|
||||||
|
|
||||||
#send a message
|
#send a message
|
||||||
verbose "FusionPBX Installed"
|
verbose "FusionPBX Installed"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue