umask 0022 all the things

umask 0077 breaks things in subtle ways
This commit is contained in:
Tad 2021-06-27 14:14:34 -04:00
parent d7287a6b94
commit c2ce9572fa
7 changed files with 21 additions and 0 deletions

View file

@ -31,6 +31,7 @@ enter() {
echo "================================================================================================"
local dir="$1";
local dirReal="$DOS_BUILD_BASE$dir";
umask 0022;
if [ -d "$dirReal" ]; then
cd "$dirReal";
echo -e "\e[0;32m[ENTERING] $dir\e[0m";
@ -161,6 +162,8 @@ processRelease() {
local RELEASETOOLS_PREFIX="";
fi;
umask 0022;
echo -e "\e[0;32mProcessing release for $DEVICE\e[0m";
#Arguments