mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
tidy up script as copy not template
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
51de8bf7c9
commit
148165ad4d
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{% raw %}#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
# Based on original Script provided by CIS
|
# Based on original Script provided by CIS
|
||||||
# CVEs correct at time of creation - April2024
|
# CVEs correct at time of creation - April2024
|
||||||
|
|
@ -54,4 +54,3 @@
|
||||||
#[ "${#a_output[@]}" -gt 0 ] && printf '%s\n' "" "-- Correctly set: --" "${a_output[@]}" ""
|
#[ "${#a_output[@]}" -gt 0 ] && printf '%s\n' "" "-- Correctly set: --" "${a_output[@]}" ""
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
{% endraw %}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue