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:
teastep
2006-06-21 20:53:11 +00:00
parent 1e1802ef13
commit a84441f6ee
2 changed files with 22 additions and 11 deletions

View File

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