mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-22 03:43:58 +00:00
Fix odd permissions on symbols uploaded to server, b=379014, r=luser
This commit is contained in:
parent
6d8baae54f
commit
54b4fbb870
@ -55,6 +55,7 @@ echo "Unpacking symbols on remote host..."
|
||||
ssh -2 ${SYMBOL_SERVER_SSH_KEY:+-i $SYMBOL_SERVER_SSH_KEY} \
|
||||
-l ${SYMBOL_SERVER_USER} ${SYMBOL_SERVER_HOST} \
|
||||
"set -e;
|
||||
umask 0022;
|
||||
cd ${SYMBOL_SERVER_PATH};
|
||||
unzip $archive;
|
||||
rm -v $archive;"
|
||||
|
Loading…
x
Reference in New Issue
Block a user