mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:22:13 +08:00

This commit addresses the issue where the postinst script was not using the GRAFANA_HOME variable from the /etc/default/grafana-server configuration file on Debian systems. Instead, it was relying on a hardcoded home directory. Fixes #80852