We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
umask
1 parent 20cf81e commit 50c356bCopy full SHA for 50c356b
root/etc/s6-overlay/s6-rc.d/init-transmission-config/run
@@ -42,7 +42,7 @@ if [[ -n "${PEERPORT}" ]]; then
42
fi
43
44
if [[ -n "${UMASK}" ]]; then
45
- sed -i "/\"umask\"/c\ \"umask\": ${UMASK}," /config/settings.json
+ sed -i "/\"umask\"/c\ \"umask\": \"${UMASK}\"," /config/settings.json
46
47
48
# Handle old theme locations
0 commit comments