Browse Source

Update fusionpbx.sh

FusionPBX 6 years ago
parent
commit
821cf45f8d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      freebsd/resources/fusionpbx.sh

+ 4 - 0
freebsd/resources/fusionpbx.sh

@@ -23,6 +23,10 @@ else
 	branch="-b $system_version"
 fi
 
+#add the cache directory
+mkdir -p /var/cache/fusionpbx
+chown -R www:www /var/cache/fusionpbx
+
 #get the source code
 git clone $branch https://github.com/fusionpbx/fusionpbx.git /usr/local/www/fusionpbx
 chown -R www:www /usr/local/www/fusionpbx