Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#11311 from vojtapolasek/remove_ex…
Browse files Browse the repository at this point in the history
…it_from_bash

remove calls to exit from Bash remediations
  • Loading branch information
marcusburghardt authored Jan 16, 2024
2 parents 30cb942 + a843c27 commit 9ceeae4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@ else
firewalld and NetworkManager services are not active. Remediation aborted!
This remediation could not be applied because it depends on firewalld and NetworkManager services running.
The service is not started by this remediation in order to prevent connection issues."
exit 1
fi
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ else
firewalld service is not active. Remediation aborted!
This remediation could not be applied because it depends on firewalld service running.
The service is not started by this remediation in order to prevent connection issues."
exit 1
fi
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ else
firewalld service is not active. Remediation aborted!
This remediation could not be applied because it depends on firewalld service running.
The service is not started by this remediation in order to prevent connection issues."
exit 1
fi

0 comments on commit 9ceeae4

Please sign in to comment.