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);