FIX(tests): change sed to audit in test skeleton after 81f9348
This commit is contained in:
parent
bc5809f92e
commit
217895dfe6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ test_audit() {
|
|||
|
||||
describe Correcting situation
|
||||
# if the audit script provides "apply" option, enable and run it
|
||||
sed -i 's/disabled/enabled/' /opt/debian-cis/etc/conf.d/"${script}".cfg
|
||||
sed -i 's/audit/enabled/' /opt/debian-cis/etc/conf.d/"${script}".cfg
|
||||
/opt/debian-cis/bin/hardening/"${script}".sh || true
|
||||
# otherwise perform action that will make system compliant again
|
||||
|
||||
|
|
Loading…
Reference in a new issue