mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(build): fixed issue in build.go
This commit is contained in:
parent
ddd20e5376
commit
2cbe6cdfd8
2
build.go
2
build.go
@ -210,7 +210,7 @@ func createPackage(options linuxPackageOptions) {
|
||||
// copy sample ini file to /etc/grafana
|
||||
runPrint("cp", "conf/sample.ini", filepath.Join(packageRoot, options.configFilePath))
|
||||
// copy sample ldap toml config file to /etc/grafana/ldap.toml
|
||||
runPrint("cp", "conf/sample.ini", filepath.Join(packageRoot, ldapFilePath))
|
||||
runPrint("cp", "conf/sample.ini", filepath.Join(packageRoot, options.ldapFilePath))
|
||||
|
||||
args := []string{
|
||||
"-s", "dir",
|
||||
|
Loading…
Reference in New Issue
Block a user