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

Skip writing client config if it is not writable #952

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amarshall
Copy link

In some cases, the config file may be read-only. Since it is not
imperative that it be written (everything continues to work, it just
will not remember this device ID after a restart), just skip writing.

Ideally static and dynamic configuration should be totally separated,
however that is more complicated to implement and this is a quick fix.

Partial workaround for #579.

In some cases, the config file may be read-only. Since it is not
imperative that it be written (everything continues to work, it just
will not remember this device ID after a restart), just skip writing.

Ideally static and dynamic configuration should be totally separated,
however that is more complicated to implement and this is a quick fix.
@amarshall amarshall force-pushed the handle-readonly-client-config branch from 3fc2988 to 0bb19e4 Compare February 23, 2022 00:11
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

Successfully merging this pull request may close these issues.

1 participant