Skip to content

Commit

Permalink
* (Apollon77) Do not install info adapter by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Jun 18, 2021
1 parent 34d0c49 commit 03313a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
## __WORK IN PROGRESS__
-->

## __WORK IN PROGRESS__
* (Apollon77) Do not install info adapter by default

## 3.3.12 (2021-06-07)
* (foxriver76) Make sure getStates uses write attribute of aliases instead of read
* (bluefox) Add messages to read logs
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ function processCommand(command, args, params, callback) {
const createInstanceAsync = tools.promisifyNoError(install.createInstance, install);

// Define the necessary instances
const initialInstances = ['admin', 'discovery', 'info', 'backitup'];
const initialInstances = ['admin', 'discovery', 'backitup'];
// And try to install each of them
for (const instance of initialInstances) {
try {
Expand Down

0 comments on commit 03313a6

Please sign in to comment.