Parcourir la source

Merge branch 'master' of https://github.com/mailcow/mailcow-dockerized

andryyy il y a 7 ans
Parent
commit
c0eb41400a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      update.sh

+ 2 - 0
update.sh

@@ -3,6 +3,8 @@
 #exit on error and pipefail
 set -o pipefail
 
+umask 0022
+
 for bin in curl docker-compose docker git awk sha1sum; do
   if [[ -z $(which ${bin}) ]]; then echo "Cannot find ${bin}, exiting..."; exit 1; fi
 done