-
-
Notifications
You must be signed in to change notification settings - Fork 2k
livebook: update dir of creds file in website #9070
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
livebook: update dir of creds file in website #9070
Conversation
Fixed incorrect path to livebook.creds file
|
When did you create the LXC? In livebook-install.sh the creds get saved to ~/livebook.creds, not under /opt/livebook. |
|
|
|
its correct @michelroegl-brunner the tilde expand to userhome, but this tool isnt installed as root, so the home is "/opt/livebook" at this moment |
michelroegl-brunner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well i missed that.
Fixed incorrect path to livebook.creds file
Fixed incorrect path to livebook.creds file
✍️ Description
Real path to file, not a
~/livebook.creds🔗 Related PR / Issue
Link: #
✅ Prerequisites (X in brackets)
🛠️ Type of Change (X in brackets)
README,AppName.md,CONTRIBUTING.md, or other docs.