Skip to content
Snippets Groups Projects
Commit 934e39b6 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix #232 cannot change DNS by using "wizard network"

parent 4090eda0
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ function networkConfiguration(conf, done) {
operations = operations.concat(getUseUPnPOperations(conf));
}
async.waterfall(operations, next);
async.waterfall(operations.concat(getHostnameOperations(conf, false)), next);
}
], done);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment