Fix to the upgrade scripts

pull/217/head
iglocska 2014-02-07 09:57:34 +01:00
parent e41a26ebc9
commit 8753275793
2 changed files with 8 additions and 8 deletions

View File

@ -8,7 +8,7 @@ apt-get install redis-server
curl -s https://getcomposer.org/installer | php
php composer.phar install
cd ../../..
chown -R www-data:www-data ../*
chmod -R 750 ../*
chmod -R g+ws ../app/tmp
chmod -R g+ws ../app/files
chown -R www-data:www-data *
chmod -R 750 *
chmod -R g+ws app/tmp
chmod -R g+ws app/files

View File

@ -3,7 +3,7 @@ apt-get install redis-server
curl -s https://getcomposer.org/installer | php
php composer.phar install
cd ../../..
chown -R www-data:www-data ../*
chmod -R 750 ../*
chmod -R g+ws ../app/tmp
chmod -R g+ws ../app/files
chown -R www-data:www-data *
chmod -R 750 *
chmod -R g+ws app/tmp
chmod -R g+ws app/files