clean cache at upgrade

pull/217/head
Christophe Vandeplas 2014-02-17 10:29:40 +01:00
parent 8d72b5e0d7
commit 2299592176
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ chown -R www-data:www-data $(echo $MISP_PATH)
chmod -R 750 $(echo $MISP_PATH)
chmod -R g+ws $(echo $MISP_PATH)/app/tmp
chmod -R g+ws $(echo $MISP_PATH)/app/files
rm app/tmp/cache/*/*
cp -fa $(echo $FILE_PATH)/setup/config.php $MISP_PATH/app/Plugin/CakeResque/Config/config.php
printf '\n\n=========================================================\n'
printf '| \e[34mI\e[39mnstallation \e[34mC\e[39momplete |\n'