Move portmaster binary to cmds/portmaster-core

This commit is contained in:
Patrick Pacher
2020-07-17 12:13:13 +02:00
parent 3428035dd4
commit cef2a4e9be
7 changed files with 21 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ func downloadUpdates() error {
"all/ui/modules/base.zip",
)
// logging is configured as a presistent pre-run method inherited from
// logging is configured as a persistent pre-run method inherited from
// the root command but since we don't use run.Run() we need to start
// logging ourself.
err := log.Start()