Skip to content

Commit 57490e3

Browse files
CopilotApollon77GermanBluefox
authored
Remove outdated js-controller 2.0 warning from multihost setup (#3086)
* Initial plan * Remove outdated js-controller 2.0 warning from multihost setup Co-authored-by: Apollon77 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Apollon77 <[email protected]> Co-authored-by: Bluefox <[email protected]>
1 parent 4ccee51 commit 57490e3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/cli/src/lib/setup/setupSetup.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -509,10 +509,6 @@ Please DO NOT copy files manually into ioBroker storage directories!`,
509509

510510
if (oldObjectsHasServer && !newObjectsHasServer) {
511511
console.log(COLOR_YELLOW);
512-
console.log(`Important: Using ${newConfig.objects.type} for the Objects database is only supported`);
513-
console.log('with js-controller 2.0 or higher!');
514-
console.log('When your system consists of multiple hosts please make sure to have');
515-
console.log('js-controller 2.0 or higher installed on ALL hosts *before* continuing!');
516512
if (allowMigration) {
517513
console.log('');
518514
console.log('');

0 commit comments

Comments
 (0)