From 5bc724c2687027272c624daee41b80ed30b94402 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 27 Dec 2016 16:29:01 -0800 Subject: [PATCH] Correct handling of safe-restart with SAVE_IPSETS Signed-off-by: Tom Eastep --- Shorewall/lib.cli-std | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/lib.cli-std b/Shorewall/lib.cli-std index a5eb14815..7d9a61ac8 100644 --- a/Shorewall/lib.cli-std +++ b/Shorewall/lib.cli-std @@ -1235,7 +1235,7 @@ safe_commands() { echo "New configuration has been accepted" else if [ "$command" = "restart" -o "$command" = "reload" ]; then - run_it ${VARDIR}/.safe restore + run_it ${VARDIR}/.safe -r restore else run_it ${VARDIR}/.$command clear fi