From f8f599c1db0047485b75c3fdaf0ea2e8fcd2982f Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 7 Apr 2012 09:34:32 -0700 Subject: [PATCH] Restore progress message that was inadvertently deleted. Signed-off-by: Tom Eastep --- Shorewall/lib.cli-std | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shorewall/lib.cli-std b/Shorewall/lib.cli-std index 9c2b068c7..24d537ff5 100644 --- a/Shorewall/lib.cli-std +++ b/Shorewall/lib.cli-std @@ -1435,6 +1435,8 @@ reload_command() # $* = original arguments less the command. [ -f $save ] && progress_message3 "Copying $save to ${system}:${confdir}/${g_program}-lite/" && rcp_command $save ${confdir}/shorewall-lite/ + progress_message3 "Copy complete" + if [ $COMMAND = reload ]; then rsh_command "${sbindir}/${g_program}-lite $g_debugging $verbose $timestamp restart" && \ progress_message3 "System $system reloaded" || saveit=