mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 04:01:45 +02:00
Correct error message
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6166 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
0d01ff7d84
commit
3156e2f3d2
@ -825,7 +825,7 @@ sub get_configuration( $ ) {
|
|||||||
$config{IPTABLES} = mywhich 'iptables';
|
$config{IPTABLES} = mywhich 'iptables';
|
||||||
fatal_error "Can't find iptables executable" unless $config{IPTABLES};
|
fatal_error "Can't find iptables executable" unless $config{IPTABLES};
|
||||||
} else {
|
} else {
|
||||||
fatal_error "\$IPTABLES=$capabilities{IPTABLES} does not exist or is not executable" unless -x $config{IPTABLES};
|
fatal_error "\$IPTABLES=$config{IPTABLES} does not exist or is not executable" unless -x $config{IPTABLES};
|
||||||
}
|
}
|
||||||
|
|
||||||
load_kernel_modules;
|
load_kernel_modules;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user