Skip to content

Commit

Permalink
Add a link of the audacity-label-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed May 22, 2022
1 parent 784d512 commit 2611f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/os/generic_installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (i *genericPackage) IsService() bool {
return i.Service
}
func (i *genericPackage) WaitForStart() (bool, error) {
return false, nil
return true, nil
}
func (i *genericPackage) Start() error {
return nil
Expand Down

0 comments on commit 2611f8d

Please sign in to comment.