mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 14:20:40 +01: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
|
||||
rcfile=shorewallrc.default;
|
||||
else
|
||||
echo "Vendor is '$vendor'"
|
||||
rcfile=shorewallrc.$vendor
|
||||
if [ ! -f $rcfile ]; then
|
||||
echo "ERROR: $vendor is not a recognized host type" >&2
|
||||
|
Loading…
Reference in New Issue
Block a user