mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-16 11:44:28 +02:00
Don't defer processing of chain/action-specific extension scripts until run-time -- Take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4154 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
@ -3696,7 +3696,7 @@ process_action_file() # $1 = File Name
|
||||
local user_exit=$(find_file $1)
|
||||
|
||||
if [ -f $user_exit ]; then
|
||||
progress_message2 "Processing $user_exit ..."
|
||||
progress_message "Processing $user_exit ..."
|
||||
|
||||
. $user_exit
|
||||
fi
|
||||
|
Reference in New Issue
Block a user