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

Fix bash credential example #313

Closed
martin-braun opened this issue Jan 1, 2023 · 0 comments · Fixed by #328
Closed

Fix bash credential example #313

martin-braun opened this issue Jan 1, 2023 · 0 comments · Fixed by #328
Labels
documentation Improvements or additions to documentation

Comments

@martin-braun
Copy link

This sample from the README is misleading:

# Using environment variables
export TIMETAGGER_CREDENTIALS=test:$2a$08$0CD1NFiIbancwWsu3se1v.RNR/b7YeZd71yg3cZ/3whGlyU6Iny5i
python -m timetagger

It will expand $2 and $0 and caught me off-guard when building a launcher script. Value has to be wrapped in '.

Please update your README.

@almarklein almarklein added the documentation Improvements or additions to documentation label Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants