Skip to content

Commit 50c356b

Browse files
committed
Forced umask to be a string.
1 parent 20cf81e commit 50c356b

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)