mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
Correct another problem with the Shorewall-core installer
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
6bd81145e9
commit
49d361e44f
2
Shorewall-core/configure
vendored
2
Shorewall-core/configure
vendored
@ -132,7 +132,7 @@ if [ -z "$vendor" ]; then
|
|||||||
|
|
||||||
vendor=${params[HOST]}
|
vendor=${params[HOST]}
|
||||||
elif [ $vendor = linux ]; then
|
elif [ $vendor = linux ]; then
|
||||||
rcfile=$shorewallrc.default;
|
rcfile=shorewallrc.default;
|
||||||
else
|
else
|
||||||
rcfile=shorewallrc.$vendor
|
rcfile=shorewallrc.$vendor
|
||||||
if [ ! -f $rcfile ]; then
|
if [ ! -f $rcfile ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user