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.
2 parents 409c4e2 + 50c356b commit 68c47d2Copy full SHA for 68c47d2
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