1
Fork 0

Fix install for grafana config

This commit is contained in:
Edgar P. Burkhart 2023-05-16 17:02:38 +02:00
parent 60451a5446
commit e865368100
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env fish
read -P "Install main config [yN] ? " inst
test $inst = "y"; and sudo install -o grafana -g grafana -m o=,g=r,u=rw -b -D app.ini /etc/forgejo/app.ini
test $inst = "y"; and sudo install -o grafana -g grafana -m o=,g=r,u=rw -b -D -t /etc/ grafana.ini