You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
I made the same silly mistake with the umask as in #113 where I had the mask backward. This resulted in NZBget not been able to do anything with the queue or intermediate files as the file mode was 000. It also meant that the logs filled up at several GB/day with errors accessing the queue files.
Add a warning to the UI where if the entered umask will result in the user part of the mask will result in NZBget not been able to write the files it created that the umask looks dodgy and suggest it is backwards and/or link to docs on umask.