summarylogtreecommitdiffstats
path: root/ganglia-web.install
diff options
context:
space:
mode:
authorTyler Langlois2015-09-10 21:03:53 -0400
committerTyler Langlois2015-09-10 21:03:53 -0400
commitbe005020fa84dd65d7d41544ffe3601a313f405b (patch)
tree6a9652c01037eed0df3a1bf992944d7f11bc7490 /ganglia-web.install
parent8c1c423ac4fb800c0d95dbdb5c1356642f89cf93 (diff)
downloadaur-be005020fa84dd65d7d41544ffe3601a313f405b.tar.gz
ganglia-web.install: change formatting a little
Diffstat (limited to 'ganglia-web.install')
-rw-r--r--ganglia-web.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/ganglia-web.install b/ganglia-web.install
index a1c7c27aa9fb..58550df8ff03 100644
--- a/ganglia-web.install
+++ b/ganglia-web.install
@@ -1,14 +1,14 @@
# Arg 1: the new package version
post_install() {
install -d -o http -g http /var/lib/ganglia/{conf,dwoo{,/cache,/compiled}}
- echo "Make sure that your php open_basedir includes /usr/share/webapps" \
- "and /var/lib/ganglia."
+ echo -e "Make sure that your php open_basedir includes\n" \
+ "/usr/share/webapps and /var/lib/ganglia."
}
# Arg 1: the old package version
post_remove() {
- echo "NOTE: Please remove /var/lib/ganglia/{conf,dwoo} manually if they" \
- "are no longer required."
+ echo -e "NOTE: Please remove /var/lib/ganglia/{conf,dwoo} manually\n" \
+ "if they are no longer required."
}
# vim:set ts=2 sw=2 et: