tidy up script as copy not template

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2024-12-11 12:32:59 +00:00
parent 51de8bf7c9
commit 148165ad4d
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9

View file

@ -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 %}