Updated postinstall scripts

This commit is contained in:
Torkel Ödegaard
2015-04-12 16:19:44 +02:00
parent ed82f6c681
commit bdc4d14036
2 changed files with 16 additions and 14 deletions
+2 -2
View File
@@ -30,10 +30,10 @@ case "$1" in
"$GRAFANA_USER"
fi
if [ -x /opt/grafana/data/grafana.db ]; then
if [ -x /opt/grafana/ ]; then
echo "### Upgrading Notice ### "
echo "-- New grafana install home is /usr/share/grafana"
echo "-- Moving sqlite3 database to /var/lib/grafana/"
echo "-- Please move sqlite3 database to /var/lib/grafana/"
echo "-- Notice: service name && binary changed to grafana-server"
fi