summaryrefslogtreecommitdiffstats
path: root/main/owncloud/owncloud.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/owncloud/owncloud.post-install')
-rw-r--r--main/owncloud/owncloud.post-install8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/owncloud/owncloud.post-install b/main/owncloud/owncloud.post-install
new file mode 100644
index 000000000..c7288ac82
--- /dev/null
+++ b/main/owncloud/owncloud.post-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+echo --------------------------------------------------------------------------
+echo Please give ownership to the web server user, the following directories:
+echo
+echo /etc/owncloud/config
+echo /var/lib/owncloud/data
+echo /usr/share/webapps/owncloud/apps
+echo --------------------------------------------------------------------------