We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ef109 commit 1b125a4Copy full SHA for 1b125a4
packages/cli/src/lib/setup/setupMultihost.ts
@@ -328,7 +328,7 @@ export class Multihost {
328
console.log('Config ok. Please restart ioBroker: "iobroker restart"');
329
callback();
330
} else {
331
- // Find is any of the hosts is "listen all" or reachable
+ // Find if any of the hosts is "listen all" or reachable
332
if (Array.isArray(config.states.host)) {
333
config.states.host = config.states.host.map((sHost: string) =>
334
tools.isListenAllAddress(sHost) ? (ipHost ?? '') : sHost
0 commit comments