mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 04:01:45 +02:00
Remove debugging statement
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5f63183247
commit
84e0c98c88
1
Shorewall-core/configure
vendored
1
Shorewall-core/configure
vendored
@ -154,7 +154,6 @@ if [ -z "$vendor" ]; then
|
|||||||
elif [ $vendor = linux ]; then
|
elif [ $vendor = linux ]; then
|
||||||
rcfile=shorewallrc.default;
|
rcfile=shorewallrc.default;
|
||||||
else
|
else
|
||||||
echo "Vendor is '$vendor'"
|
|
||||||
rcfile=shorewallrc.$vendor
|
rcfile=shorewallrc.$vendor
|
||||||
if [ ! -f $rcfile ]; then
|
if [ ! -f $rcfile ]; then
|
||||||
echo "ERROR: $vendor is not a recognized host type" >&2
|
echo "ERROR: $vendor is not a recognized host type" >&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user