aports/main/owncloud/owncloud.post-install
2013-09-04 12:32:23 +00:00

9 lines
206 B
Bash

#!/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 "*"