We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I believe I see an error if there is whitespace in .taskrc, like the following:
taskd.certificate = /home/jack/.task/jacklaxson.cert.pem taskd.key = /home/jack/.task/jacklaxson.key.pem taskd.server = 192.168.1.129:53589 taskd.credentials = Public/Jack Laxson/f60bfcb9-b7b8-4466-b4c1-7276b8afe609 taskd.trust = yes taskd.ca = /home/jack/.task/ca.cert.pem
Right now, I think we're required to use no whitespace:
taskd.certificate=/home/jack/.task/jacklaxson.cert.pem taskd.key=/home/jack/.task/jacklaxson.key.pem taskd.server=192.168.1.129:53589 taskd.credentials=Public/Jack Laxson/f60bfcb9-b7b8-4466-b4c1-7276b8afe609 taskd.trust=yes taskd.ca=/home/jack/.task/ca.cert.pem
Feature request: allow whitespace in .taskrc.
.taskrc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I believe I see an error if there is whitespace in .taskrc, like the following:
Right now, I think we're required to use no whitespace:
Feature request: allow whitespace in
.taskrc
.The text was updated successfully, but these errors were encountered: