Defer reading .conf when processing the 'update' command.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-02-15 06:51:37 -08:00
parent 4865e2c3af
commit 5cc6894425

View File

@ -1679,7 +1679,6 @@ compiler_command() {
check_command $@ check_command $@
;; ;;
update) update)
get_config Yes
shift shift
update_command $@ update_command $@
;; ;;