Merge branch 'hotfix-2.3.3' into develop

pull/762/head
iglocska 2014-10-13 10:50:38 +02:00
commit 49e50adc66
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
# - git pull the latest version of MISP from https://github.com/MISP/MISP.git
# delete everything from MISP's cache directory to get rid of the cached models
find /var/www/MISP/app/tmp/cache/ -type f -not -name 'empty' -delete
# Check if the permissions are set correctly using the following commands as root:
chown -R www-data:www-data /var/www/MISP
chmod -R 750 /var/www/MISP