Skip to content

Commit

Permalink
Merge pull request #293 from uhop/master
Browse files Browse the repository at this point in the history
Forced `umask` to be a string.
  • Loading branch information
nemchik authored Nov 14, 2024
2 parents 409c4e2 + 50c356b commit 68c47d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-transmission-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [[ -n "${PEERPORT}" ]]; then
fi

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

# Handle old theme locations
Expand Down

0 comments on commit 68c47d2

Please sign in to comment.