Skip to content

Commit 52f14e7

Browse files
Kbayeroylladaosmonteromjabascal10
authoredApr 22, 2025··
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 <[email protected]> Co-authored-by: Osmany Montero <[email protected]> Co-authored-by: Manuel Abascal <[email protected]>
1 parent 945c835 commit 52f14e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎agent/utils/services.go

+1-1
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)
Please sign in to comment.