mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-17 02:00:57 +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)
|
status=$(cat ${VARDIR}/${1}.status)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
return status
|
return $status
|
||||||
}
|
}
|
||||||
|
|
||||||
distribute_load() {
|
distribute_load() {
|
||||||
|
Loading…
Reference in New Issue
Block a user