should be ne 256

This commit is contained in:
Zane C. B-H 2019-08-09 07:12:50 -05:00
parent c0370eee3f
commit 4c573eaa14
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ sub lsof_to_nc_objects{
( $? ne 0 ) &&
(
( $^O =~ /linux/ ) &&
( $? eq 256 )
( $? ne 256 )
)
){
die('"lsof -i UDP -i TCP -n -l -P" exited with a non-zero value or in the case of some linux distros a non-1 value');