Update grafana-install.sh

This commit is contained in:
tteckster 2022-03-09 15:00:33 -05:00 committed by GitHub
parent 755b1898d1
commit b245d94300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,8 @@ systemctl daemon-reload
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
echo -e "${CM}${CL} \r"
fi
systemctl start grafana-server
systemctl enable grafana-server.service &>/dev/null
echo -en "${GN} Cleanup... "
apt-get autoremove >/dev/null
apt-get autoclean >/dev/null