Fix a mistake in SV-86681r1_rule where there was a redundant \'bash\' which caused the script to fail.

This commit is contained in:
cement-berries 2019-07-01 08:05:01 -06:00
parent 337ee43838
commit 782223ed51

View File

@ -731,7 +731,7 @@ if [ -e /etc/cron.allow ];then
fi
bash bash scripts/check-limits.sh core-dumps >/dev/null 2>&1 &
bash scripts/check-limits.sh core-dumps >/dev/null 2>&1 &
spinner $!
output "SV-86681r1_rule" $?