Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mos license is overwriting existing conf1.json file #25

Open
daadu opened this issue Sep 25, 2019 · 1 comment
Open

mos license is overwriting existing conf1.json file #25

daadu opened this issue Sep 25, 2019 · 1 comment

Comments

@daadu
Copy link

daadu commented Sep 25, 2019

mos license is overwriting existing conf1.json file.

It should either update conf1.json with the device.license entry or this should be mentioned in the documentation as a note.

@rojer
Copy link
Contributor

rojer commented Sep 26, 2019

does not repro for me.

conf1.json before mos license:

$ mos get conf1.json
Using port /dev/ttyUSB0
{
  "debug": {
    "file_level": "foobar=1"
  }
}

after:

$ mos get conf1.json
Using port /dev/ttyUSB0
{
  "debug": {
    "file_level": "foobar=1"
  },
  "device": {
    "license": "..."
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants