aboutsummaryrefslogtreecommitdiffstats
path: root/main/owncloud/owncloud.post-install
blob: 7662899bd8bbfdb4b2319d8132a12a960bc79951 (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 "* /var/lib/owncloud/apps"
echo "*"