mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 19:51:40 +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() {
|
||||
local prog
|
||||
local lib
|
||||
|
||||
ensure_config_path
|
||||
|
||||
@ -322,6 +323,10 @@ get_config() {
|
||||
fi
|
||||
|
||||
g_loopback=$(find_loopback_interfaces)
|
||||
|
||||
lib=$(find_file lib.cli-user)
|
||||
|
||||
[ -f $lib ] && . $lib
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user