Skip to content

Commit

Permalink
remove calls to exit from Bash remediations
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Nov 28, 2023
1 parent 32fa7eb commit a843c27
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 a843c27

Please sign in to comment.