From 5cc6894425ee78dd3d140ac460974630c995738d Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 15 Feb 2013 06:51:37 -0800 Subject: [PATCH] Defer reading .conf when processing the 'update' command. Signed-off-by: Tom Eastep --- Shorewall/lib.cli-std | 1 - 1 file changed, 1 deletion(-) diff --git a/Shorewall/lib.cli-std b/Shorewall/lib.cli-std index 797f11a32..2e9f8cd18 100644 --- a/Shorewall/lib.cli-std +++ b/Shorewall/lib.cli-std @@ -1679,7 +1679,6 @@ compiler_command() { check_command $@ ;; update) - get_config Yes shift update_command $@ ;;