Skip to content

Commit

Permalink
Update HAPRouter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-j-davies committed Aug 5, 2021
1 parent 645955c commit e05f164
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions HAPRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,18 +234,10 @@ function UIServerDone() {
IPAddress = CONFIG.webInterfaceAddress;
}

console.log(
'┌────────────────────────────────────────────────────────────────────┐'
);
console.log(
`| Goto http://${IPAddress}:${CONFIG.webInterfacePort}/ to start managing your installation. |`
);
console.log(
'| Default username and password is admin |'
);
console.log(
'└────────────────────────────────────────────────────────────────────┘'
);
console.log('┌────────────────────────────────────────────────────────────────────┐');
console.log(`| Goto http://${IPAddress}:${CONFIG.webInterfacePort}/ to start managing your installation. |`);
console.log('| Default username and password is admin |' );
console.log('└────────────────────────────────────────────────────────────────────┘');
console.log(' ');
}

Expand Down

0 comments on commit e05f164

Please sign in to comment.