summaryrefslogtreecommitdiffstats
path: root/main/owncloud/owncloud.post-install
blob: cae2dc9daddfa3221a61b8e391a69fa58a6c406c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
echo "*"
echo "* Please give ownership to the web server user, the following directories:"
echo "*"
echo "* /etc/owncloud"
echo "* /var/lib/owncloud/data"
echo "* /usr/share/webapps/owncloud/apps"
echo "*"