Skip to content

Commit 68c47d2

Browse files
authored
Merge pull request #293 from uhop/master
Forced `umask` to be a string.
2 parents 409c4e2 + 50c356b commit 68c47d2

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-transmission-config

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-transmission-config/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [[ -n "${PEERPORT}" ]]; then
4242
fi
4343

4444
if [[ -n "${UMASK}" ]]; then
45-
sed -i "/\"umask\"/c\ \"umask\": ${UMASK}," /config/settings.json
45+
sed -i "/\"umask\"/c\ \"umask\": \"${UMASK}\"," /config/settings.json
4646
fi
4747

4848
# Handle old theme locations

0 commit comments

Comments
 (0)