mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
Fix release 10 hotfix
This commit is contained in:
parent
f89fd45898
commit
d33f9b285b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ EOF
|
|||
fi
|
||||
|
||||
# Fix configuration for Grafana instances existing prior to version 10
|
||||
sed -i "/^\[server\]$/,/^\[/ s@;serve_from_sub_path = .*@serve_from_sub_path = false@" "/etc/grafana/grafana.ini"
|
||||
sed -i "/^\[server\]$/,/^\[/ s@serve_from_sub_path = .*@serve_from_sub_path = false@" "/etc/grafana/grafana.ini"
|
||||
|
||||
# Update Grafana LDAP authentication configuration
|
||||
cp ../conf/ldap.toml /etc/grafana
|
||||
|
|
Loading…
Reference in a new issue