forked from extern/shorewall_code
Make qt() work correctly when tracing.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
25f96e6a88
commit
cc5a59231b
@ -3574,7 +3574,7 @@ sub load_kernel_modules( ) {
|
||||
sub qt( $ ) {
|
||||
if ( $debug ) {
|
||||
print "SYS----> @_\n";
|
||||
system( "@_ 2>&1" );
|
||||
system( "@_ 2>&1" ) == 0;
|
||||
} else {
|
||||
system( "@_ > /dev/null 2>&1 < /dev/null" ) == 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user