Merge pull request #293 from uhop/master

Forced `umask` to be a string.
This commit is contained in:
Eric Nemchik
2024-11-13 18:17:49 -06:00
committed by GitHub

View File

@@ -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