From 3b908d5d8d8efcd9218513229e8dbf841998a24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 24 Oct 2023 23:55:40 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3b1c1df..d971573 100644 --- a/scripts/install +++ b/scripts/install @@ -102,7 +102,7 @@ chmod 650 "/etc/grafana/grafana.ini" chown $app:$app "/etc/grafana/grafana.ini" # Calculate and store the config file checksum into the app settings -ynh_store_file_checksum --file="$grafana_conf" +ynh_store_file_checksum --file="/etc/grafana/grafana.ini" # Start Grafana and wait for it to be fully started systemctl daemon-reload