Invert logic

This commit is contained in:
Bob Mottram 2016-11-30 18:08:58 +00:00
parent 496f3cd4f2
commit b872f429c6
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ function test_stig {
if [ -a /proc/net/if_inet6 ];then
bash $STIG_TESTS_DIR/check-sysctl.sh net.ipv6.conf.default.accept_redirects ne 0 >/dev/null 2>&1 &
bash $STIG_TESTS_DIR/check-sysctl.sh net.ipv6.conf.default.accept_redirects ne 1 >/dev/null 2>&1 &
stig_spinner $!
output "V-38548" $? ${SETLANG}