Browse Source

Remove run-time warnings

Greg Hellings 10 years ago
parent
commit
aa879670f1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      frameworks/PHP/zend/setup.sh

+ 3 - 0
frameworks/PHP/zend/setup.sh

@@ -8,3 +8,6 @@ sed -i 's|/usr/local/nginx/|'"${IROOT}"'/nginx/|g' deploy/nginx.conf
 
 php-fpm --fpm-config $FWROOT/config/php-fpm.conf -g $TROOT/deploy/php-fpm.pid
 nginx -c $TROOT/deploy/nginx.conf 
+
+mkdir -p data/cache
+chmod 777 data/cache