1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grafana_ynh.git synced 2024-09-03 20:36:29 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-10-24 23:55:40 +02:00
parent ac1a2fc47d
commit 3b908d5d8d

View file

@ -102,7 +102,7 @@ chmod 650 "/etc/grafana/grafana.ini"
chown $app:$app "/etc/grafana/grafana.ini" chown $app:$app "/etc/grafana/grafana.ini"
# Calculate and store the config file checksum into the app settings # 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 # Start Grafana and wait for it to be fully started
systemctl daemon-reload systemctl daemon-reload