mirror of
https://github.com/linuxserver/docker-qbittorrent.git
synced 2025-04-18 19:25:07 -04:00
8 lines
129 B
Text
8 lines
129 B
Text
#!/usr/bin/with-contenv bash
|
|
|
|
UMASK_SET=${UMASK_SET:-022}
|
|
|
|
umask "$UMASK_SET"
|
|
|
|
exec \
|
|
s6-setuidgid abc /usr/bin/qbittorrent-nox
|