Show warning on unexpected portmaster-start binary path
This commit is contained in:
@@ -185,7 +185,13 @@ func start() error {
|
||||
}
|
||||
|
||||
// react to upgrades
|
||||
return initUpgrader()
|
||||
if err := initUpgrader(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
warnOnIncorrectParentPath()
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
// TriggerUpdate queues the update task to execute ASAP.
|
||||
|
||||
Reference in New Issue
Block a user