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:
parent
ac1a2fc47d
commit
3b908d5d8d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue