summarylogtreecommitdiffstats
path: root/beehive.install
diff options
context:
space:
mode:
authorDennis Stengele2019-05-11 18:36:33 +0200
committerDennis Stengele2019-05-11 19:42:05 +0200
commit202206f4e9510e89beb06b4221966f4dfd3c3b29 (patch)
tree7312b934bbd3545df0fdb9e31d9915967ba9541b /beehive.install
parentb061aace3ff2f16251e8699be85085012109453b (diff)
downloadaur-202206f4e9510e89beb06b4221966f4dfd3c3b29.tar.gz
Update Beehive to 0.3.1 and mograte build to provided Makefile
Diffstat (limited to 'beehive.install')
-rw-r--r--beehive.install7
1 files changed, 2 insertions, 5 deletions
diff --git a/beehive.install b/beehive.install
index a5854464656e..d237db9e81f6 100644
--- a/beehive.install
+++ b/beehive.install
@@ -4,10 +4,8 @@ post_install() {
fi
mkdir -p /etc/beehive
chown -R beehive: /etc/beehive
- echo <<EOF
-To run a reverse proxy setup, please modify the systemd unit and add the following arguments to the ExecStart line:
- -bind ":8181" -canonicalurl "http://beehive.myhost.com"
-EOF
+ echo "To run a reverse proxy setup, please modify the systemd unit and add the following arguments to the ExecStart line:"
+ echo " -bind \":8181\" -canonicalurl \"http://beehive.myhost.com\""
}
pre_upgrade() {
@@ -18,4 +16,3 @@ post_upgrade() {
systemctl start beehive.service
}
-