64 | | echo "If ownCloud has been updated run the following commands:" |
| 64 | echo "If ownCloud has been updated check if /etc/apache2/conf-available/owncloud.conf" |
| 65 | echo "has changed by looking at the timestamps, if it has merge the changes into" |
| 66 | echo "/etc/apache2/sites-available/owncloud.conf and then run the following commands:" |
| 67 | echo "rm /etc/apache2/conf-enabled/owncloud.conf" |
| 68 | echo "chown owncloud:owncloud -R /var/www/owncloud/apps" |
| 69 | echo "chown owncloud:owncloud -R /var/www/owncloud/assets" |
| 70 | echo "chown owncloud:owncloud -R /var/www/owncloud/config" |
| 71 | echo "chown owncloud:owncloud -R /var/www/owncloud/data" |
| 72 | echo "chown owncloud:owncloud -R /var/www/owncloud/tmp" |