Update fusionpbx.sh

This commit is contained in:
FusionPBX 2019-01-29 09:58:02 -07:00 committed by GitHub
parent df63f7875f
commit 4bf8d12b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ else
BRANCH="-b $FUSION_VERSION"
fi
#add the cache directory
mkdir -p /var/cache/fusionpbx
chown -R freeswitch:daemon /var/cache/fusionpbx
#get the source code
git clone $BRANCH https://github.com/fusionpbx/fusionpbx.git /var/www/fusionpbx