cmd/puppeth: fix dashboard iframes, extend with new services

This commit is contained in:
Péter Szilágyi
2017-10-23 12:24:25 +03:00
parent 51a86f61be
commit 6eb38e02a8
5 changed files with 441 additions and 51 deletions

View File

@ -65,7 +65,7 @@ func (w *wizard) deployNode(boot bool) {
fmt.Printf("Where should data be stored on the remote machine? (default = %s)\n", infos.datadir)
infos.datadir = w.readDefaultString(infos.datadir)
}
if w.conf.genesis.Config.Ethash != nil {
if w.conf.genesis.Config.Ethash != nil && !boot {
fmt.Println()
if infos.ethashdir == "" {
fmt.Printf("Where should the ethash mining DAGs be stored on the remote machine?\n")