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

$TMPDIR is ignored #37

Closed
pschmitt opened this issue Feb 18, 2021 · 1 comment
Closed

$TMPDIR is ignored #37

pschmitt opened this issue Feb 18, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@pschmitt
Copy link

On Termux /tmp is not writable - which leads to the following error:

$ rbw login
failed to daemonize: failed to create directory at /tmp/rbw-10147: Read-only file system (os error 30)
rbw login: failed to run rbw-agent: exit code: 1

Instead of assuming that /tmp is accessible it'd make sense to read the value of TMPDIR.

That being said, thanks for creating this!

@doy doy added the bug Something isn't working label Feb 19, 2021
@doy
Copy link
Owner

doy commented Feb 19, 2021

fixed in 0986163, thanks!

@doy doy closed this as completed Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants