diff options
Diffstat (limited to 'main/owncloud/owncloud.post-install')
-rw-r--r-- | main/owncloud/owncloud.post-install | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/main/owncloud/owncloud.post-install b/main/owncloud/owncloud.post-install index c7288ac82..02731046d 100644 --- a/main/owncloud/owncloud.post-install +++ b/main/owncloud/owncloud.post-install @@ -1,8 +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 -------------------------------------------------------------------------- +echo * +echo * Please give ownership to the web server user, the following directories: +echo * +echo * /etc/owncloud/config.php +echo * /var/lib/owncloud/data +echo * /usr/share/webapps/owncloud/apps +echo * |