Skip to content

Commit

Permalink
Update qbittorrent.yml
Browse files Browse the repository at this point in the history
Corrected umask
  • Loading branch information
bokkoman authored Mar 24, 2024
1 parent 21cf25a commit d2bb0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/qbittorrent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- UMASK=022
- UMASK=002
- VPN_ENABLED=${VPN_ENABLED}
- VPN_FIREWALL_TYPE=legacy
- VPN_PROVIDER=${VPN_PROVIDER}
Expand Down

0 comments on commit d2bb0ea

Please sign in to comment.