mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/puppeth: fix dbdir
This commit is contained in:
parent
4fe257462b
commit
fd6c04d78c
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ func (w *wizard) deployExplorer() {
|
|||
infos.dbdir = w.readString()
|
||||
} else {
|
||||
fmt.Printf("Where should postgres data be stored on the remote machine? (default = %s)\n", infos.dbdir)
|
||||
infos.dbdir = w.readDefaultString(infos.datadir)
|
||||
infos.dbdir = w.readDefaultString(infos.dbdir)
|
||||
}
|
||||
// Figure out which port to listen on
|
||||
fmt.Println()
|
||||
|
|
|
|||
Loading…
Reference in a new issue