mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-10-30 08:25:48 +01:00
Merge pull request #293 from uhop/master
Forced `umask` to be a string.
This commit is contained in:
@@ -42,7 +42,7 @@ if [[ -n "${PEERPORT}" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "${UMASK}" ]]; then
|
if [[ -n "${UMASK}" ]]; then
|
||||||
sed -i "/\"umask\"/c\ \"umask\": ${UMASK}," /config/settings.json
|
sed -i "/\"umask\"/c\ \"umask\": \"${UMASK}\"," /config/settings.json
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Handle old theme locations
|
# Handle old theme locations
|
||||||
|
|||||||
Reference in New Issue
Block a user