remove unnecessary umask

This commit is contained in:
Stefan Agner 2019-01-24 16:15:09 +01:00
parent 061773dd9f
commit 29b03839ad
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ if [[ $EUID -ne 0 ]]; then
die "This script must be run as root"
fi
umask
[[ -d $newroot ]] || die "%s is not a directory" "$newroot"
echo 'Creating install root at %s' "$newroot"