Bläddra i källkod

Update fusionpbx.sh

FusionPBX 6 år sedan
förälder
incheckning
df63f7875f
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      debian/resources/fusionpbx.sh

+ 4 - 0
debian/resources/fusionpbx.sh

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