Skip to content

Commit

Permalink
Fix app server socket file generation for default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkren committed Dec 26, 2019
1 parent 5379636 commit a67e3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skywire-cli/commands/node/gen-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func defaultConfig() *visor.Config {

conf.Interfaces.RPCAddress = "localhost:3435"

conf.AppServerSockFile = "app_server.sock"
conf.AppServerSockFile = "/tmp/visor_" + pk.Hex() + ".sock"

return conf
}
Expand Down

0 comments on commit a67e3bc

Please sign in to comment.