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

Bug with environment.d #30

Open
kratnor opened this issue Nov 21, 2020 · 1 comment
Open

Bug with environment.d #30

kratnor opened this issue Nov 21, 2020 · 1 comment

Comments

@kratnor
Copy link

kratnor commented Nov 21, 2020

There seems to be a bug with your way to set environment variables.
For example PASSWORD_STORE_CHARACTER_SET gets resolved like this:
$'a-zA-Z0-9~!@#$%^&()-_=+[]{};:,.<>?'
instead of this
a-zA-Z0-9~!@#$%^&
()-_=+[]{};:,.<>?

Seems like this method has problems with things like spaces and other special characters.

@maximbaz
Copy link
Owner

Thanks for bringing this to my attention, much appreciated! 👍

This is a bug in systemd, I subscribed to be notified when it is fixed. In my case the issue is luckily only with $PASSWORD_STORE_CHARACTER_SET, which I can survive for now...

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