mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-17 10:11:16 +01:00
Add progress message when loading a library
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4467 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
0fe19ea308
commit
e688570013
@ -1760,6 +1760,7 @@ lib_load() # $1 = Name of the Library, $2 = Error Message heading if the library
|
||||
|
||||
if [ -z "$loaded" ]; then
|
||||
if [ -f $lib ]; then
|
||||
progress_message "Loading library $lib..."
|
||||
. $lib
|
||||
eval LIB_${1}_LOADED=Yes
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user