From 50429d6e850c42e8607124d067bcdf519ab8fa92 Mon Sep 17 00:00:00 2001 From: david hill Date: Wed, 2 Mar 2016 14:30:44 -0600 Subject: [PATCH] change amazon failover logic, make work like normal system --- tools/configMgt/autoConfigure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configMgt/autoConfigure.cpp b/tools/configMgt/autoConfigure.cpp index dd3981a00..640d6c928 100644 --- a/tools/configMgt/autoConfigure.cpp +++ b/tools/configMgt/autoConfigure.cpp @@ -1826,7 +1826,7 @@ int main(int argc, char *argv[]) try { string AmazonSecretKey = sysConfigOld->getConfig("Installation", "AmazonSecretKey"); - if ( !AmazonAccessKey.empty() ) + if ( !AmazonSecretKey.empty() ) { try { sysConfigNew->setConfig("Installation", "AmazonSecretKey", AmazonSecretKey);