More verbosity control -- take 3a

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3362 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-01-23 20:50:51 +00:00
parent 8fd27fb51c
commit 51f53236ec

View File

@ -879,7 +879,9 @@ reload_command() {
progress_message3 "Compiling..."
if $SHOREWALL_SHELL /usr/share/shorewall/compiler $debugging $nolock compile -p /var/lib/shorewall/.reload; then
export PROGRAM=Yes
if $SHOREWALL_SHELL /usr/share/shorewall/compiler $debugging $nolock compile /var/lib/shorewall/.reload; then
progress_message3 "Installing..."
/var/lib/shorewall/.reload reload
fi