diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-08-17 11:35:37 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-08-17 11:35:37 +0000 |
commit | 4a22bad3310a37ebafbb7939343d39b5af85fad8 (patch) | |
tree | 101a23890e14c0cbaac60d5b951f54daeaa1e1b0 /main/owncloud/owncloud.post-install | |
parent | 8339f92ee877b0dfb76770c71a66a292bbf877c0 (diff) | |
download | aports-4a22bad3310a37ebafbb7939343d39b5af85fad8.tar.bz2 aports-4a22bad3310a37ebafbb7939343d39b5af85fad8.tar.xz |
main/owncloud: add/update messages for install/upgrade
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 c7288ac82e..02731046d9 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 * |