When I tried to update Joomla from 3.2.3 to3.2.4 with Joomla Update and Installation method "Write files directly" I get ERROR:
Could not open /home/myuser/public_html/joomla root directory/LICENSE.txt for writing. When I do sudo chgrp -R www-data /home/myuser/public_html/joomla root directory/LICENSE.txt and change permissions to 666 on LICENSE.txt it obviously works for that file. But to make the whole update work I guess I need to run sudo chgrp -R www-data /home/myuser/public_html/joomla root directory/
Is that a security risk to do sudo chgrp -R www-data /home/myuser/public_html/joomla root directory/ ?
I don't have any FTP server (and I don't want to have) so I can only use the direct method.
I use nginx php-fpm Ubuntu 12.04 LEMP