Skip to content

Commit

Permalink
Added missing config file parameter in setup flag
Browse files Browse the repository at this point in the history
  • Loading branch information
r3-gabriel committed Sep 20, 2021
1 parent 6c32789 commit 00a829d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module r3

go 1.17

replace tools v0.0.0 => ../tools
replace tools v0.0.0 => ../r3_tools

require (
github.com/arran4/golang-ical v0.0.0-20210825232153-efac1f4cb8ac
Expand Down
1 change: 1 addition & 0 deletions r3.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ func main() {
config.File.Paths.EmbeddedDbData = filepath.Join(cli.setData, "database")
config.File.Paths.Files = filepath.Join(cli.setData, "files")
config.File.Paths.Temp = filepath.Join(cli.setData, "temp")
config.File.Paths.Transfer = filepath.Join(cli.setData, "transfer")
}
if cli.setPort != 0 {
config.File.Web.Port = cli.setPort
Expand Down

0 comments on commit 00a829d

Please sign in to comment.