mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 04:01:45 +02:00
Add lib.cli-user support to the full products
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1848c3fa45
commit
6209616766
@ -31,6 +31,7 @@
|
|||||||
#
|
#
|
||||||
get_config() {
|
get_config() {
|
||||||
local prog
|
local prog
|
||||||
|
local lib
|
||||||
|
|
||||||
ensure_config_path
|
ensure_config_path
|
||||||
|
|
||||||
@ -322,6 +323,10 @@ get_config() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
g_loopback=$(find_loopback_interfaces)
|
g_loopback=$(find_loopback_interfaces)
|
||||||
|
|
||||||
|
lib=$(find_file lib.cli-user)
|
||||||
|
|
||||||
|
[ -f $lib ] && . $lib
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user