Skip to content

Commit 52f14e7

Browse files
Kbayeroylladaosmonteromjabascal10
authored
Bugfix/10.8.0/macos (#1173)
* feat: Improve installer to add RHELD support * fix: Update windows ARM collector * wip * feat: Add SELinux configuration for RedHat systems * fix interface agent problem * add bad gateway page * complete macos agent * feat(module-integration): add SOC AI model selection field * feat(module-integration): add SOC AI model selection field * feat(module-integration): add SOC AI model selection field * feat(module-integration): update MacOS guide * fix custom bad gateway page creation * not contains operator grammar(Jose Angel) * fix(agent-details): show correct agent version and format OS version * Update and publish SOC-AI models * Update UTMStack Version * update service agent problem --------- Co-authored-by: Yadian Llada Lopez <yadian.llada@gmail.com> Co-authored-by: Osmany Montero <osmontero@icloud.com> Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 945c835 commit 52f14e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/utils/services.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func CheckIfServiceIsInstalled(serv string) (bool, error) {
6868
return false, fmt.Errorf("operative system unknown")
6969
}
7070

71-
return err == nil, err
71+
return err == nil, nil
7272
}
7373

7474
func CreateLinuxService(serviceName string, execStart string) error {

0 commit comments

Comments
 (0)