Skip to content

Commit

Permalink
Update openp2p.go
Browse files Browse the repository at this point in the history
  • Loading branch information
W192547975 authored Aug 6, 2023
1 parent 82c74b4 commit fe4022b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/openp2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ func Run() {
fmt.Println(OpenP2PVersion)
return
case "update":
gLog = NewLogger(baseDir, ProductName, LvDEBUG, 1024*1024, LogFileAndConsole)
targetPath := filepath.Join(defaultInstallPath, defaultBinName)
d := daemon{}
err := d.Control("restart", targetPath, nil)
Expand Down

0 comments on commit fe4022b

Please sign in to comment.