summaryrefslogtreecommitdiffstats
path: root/main/owncloud/owncloud.post-install
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2012-08-21 06:37:43 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2012-08-21 06:38:22 +0000
commitcb1665d5d572f972f42465d9ad8d4426456118cd (patch)
tree54bb94e8944fb2449a82f1a5ac10cd6ae98c67df /main/owncloud/owncloud.post-install
parent59320402499a1d789f3857fb495fda3972efd0f8 (diff)
downloadaports-cb1665d5d572f972f42465d9ad8d4426456118cd.tar.bz2
aports-cb1665d5d572f972f42465d9ad8d4426456118cd.tar.xz
main/owncloud: quote install/upgrade msg
Diffstat (limited to 'main/owncloud/owncloud.post-install')
-rw-r--r--main/owncloud/owncloud.post-install14
1 files changed, 7 insertions, 7 deletions
diff --git a/main/owncloud/owncloud.post-install b/main/owncloud/owncloud.post-install
index 02731046d..af5d2b771 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.php
-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 "*"