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
/tmp
Changing the UMASK variable to e.g. 007 results in permission denied:
007
2024-07-17 23:19:27,019 DEBG 'watchdog-script' stderr output: /usr/local/bin/tools.sh: line 475: /tmp/getiptables: Permission denied
UMASK variable only affects files created by qbittorrent
UMASK changes permissions for scripts created in /tmp
This makes the UMASK variable effectively unusable.
The text was updated successfully, but these errors were encountered:
Thanks for posting this. I just ran into it, as well, and was starting to pull my hair out chasing it.
Setting UMASK back to 000 fixed everything up.
Sorry, something went wrong.
No branches or pull requests
Changing the UMASK variable to e.g.
007
results in permission denied:Expected
UMASK variable only affects files created by qbittorrent
Actual
UMASK changes permissions for scripts created in
/tmp
This makes the UMASK variable effectively unusable.
The text was updated successfully, but these errors were encountered: