Update the ZoneName constant in "node wizard"

fixes #8162
This commit is contained in:
Gunnar Beutner 2015-02-05 10:33:40 +01:00
parent 700b7c1c48
commit 423b2777d4
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ wizard_ticket:
NodeUtility::CreateBackupFile(constants_file);
NodeUtility::UpdateConstant("NodeName", cn);
NodeUtility::UpdateConstant("ZoneName", local_zone);
} else {
/* master setup */
std::cout << ConsoleColorTag(Console_Bold) << "Starting the Master setup routine...\n";