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 ab4dd54523
commit 7e2265dd23

View File

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