thanks in advance. i am running a fresh download of openscap on centos7 (patched). it produces a remediation script, but the script throws an error repeatedly. its the same syntax issue many times in the script
./x.sh: line 107: syntax error near unexpected token `<'
./x.sh: line 107: ` readarray -t matches < <(sed -s -n -e "\;${pattern};!d" -e "/${arch}/!d" -e "/${group}/!d;F" /etc/audit/rules.d/*.rules)'
it seems not to like the matches < <(sed
portion.
can anyone help me out and let me know what i need to change to make this portion of the script work?
thanks again!