From d4339ae9d2885ad6ded7c1e3d63f4575b818c5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 12 Apr 2015 16:23:43 +0200 Subject: [PATCH] Updated packaging post install --- packaging/rpm/control/postinst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/rpm/control/postinst b/packaging/rpm/control/postinst index 20190d45f60..9e5e9accf79 100644 --- a/packaging/rpm/control/postinst +++ b/packaging/rpm/control/postinst @@ -49,7 +49,7 @@ if [ $1 -eq 1 ] ; then find /etc/grafana -type d -exec chmod 755 {} ';' if [ -x /bin/systemctl ] ; then - echo "### NOT starting on installation, please execute the following statements to configure elasticsearch to start automatically using systemd" + echo "### NOT starting on installation, please execute the following statements to configure grafana to start automatically using systemd" echo " sudo /bin/systemctl daemon-reload" echo " sudo /bin/systemctl enable grafana-server.service" echo "### You can start grafana-server by executing" @@ -60,7 +60,6 @@ if [ $1 -eq 1 ] ; then echo "### In order to start grafana-server, execute" echo " sudo service grafana-server start" fi - elif [ $1 -ge 2 ] ; then if [ -x /opt/grafana/ ]; then echo "### Upgrading Notice ### "