docker files

This commit is contained in:
2023-02-22 17:10:14 +00:00
parent 60500620db
commit 73e62ba0fa
30 changed files with 16 additions and 598 deletions

View File

@@ -135,7 +135,7 @@ var CliAction = func(ctx *cli.Context) error {
//Sets default paths to the config file
if SetDefaultConfig {
err := generate.SetDefaults("P2PRC")
err := generate.SetDefaults("P2PRC", false)
if err != nil {
fmt.Print(err)
}