diff --git a/server-console/src/main.js b/server-console/src/main.js index 28a69527a1..52c56df5e3 100644 --- a/server-console/src/main.js +++ b/server-console/src/main.js @@ -338,7 +338,7 @@ function promptToMigrateContent() { }, function(index) { if (index == 0) { if (homeServer.state != ProcessGroupStates.STOPPED) { - homeServer.on('state-update', function(processGroup) { + homeServer.once('state-update', function(processGroup) { if (processGroup.state == ProcessGroupStates.STOPPED) { performContentMigration(); }