mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
Correct typo in lib.private
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
abf57a4d1f
commit
8c522a5c4d
@ -607,7 +607,7 @@ interface_enabled() {
|
||||
status=$(cat ${VARDIR}/${1}.status)
|
||||
fi
|
||||
|
||||
return status
|
||||
return $status
|
||||
}
|
||||
|
||||
distribute_load() {
|
||||
|
Loading…
Reference in New Issue
Block a user