Add lib.cli-user support to the full products

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-10-30 08:47:16 -07:00
parent 1848c3fa45
commit 6209616766

View File

@ -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
}
#