Update start.sh

This commit is contained in:
MarkusMcNugen 2018-10-06 23:34:06 -04:00 committed by GitHub
parent f7fbe0dabf
commit e49767857d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if [[ ! -z "${UMASK}" ]]; then
echo "[info] UMASK defined as '${UMASK}'" | ts '%Y-%m-%d %H:%M:%.S'
else
echo "[warn] UMASK not defined (via -e UMASK), defaulting to '002'" | ts '%Y-%m-%d %H:%M:%.S'
export UMASK="022"
export UMASK="002"
fi