Invert logic
This commit is contained in:
parent
496f3cd4f2
commit
b872f429c6
|
@ -558,7 +558,7 @@ function test_stig {
|
||||||
|
|
||||||
if [ -a /proc/net/if_inet6 ];then
|
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 $!
|
stig_spinner $!
|
||||||
output "V-38548" $? ${SETLANG}
|
output "V-38548" $? ${SETLANG}
|
||||||
|
|
Loading…
Reference in New Issue