remove unnecessary umask
This commit is contained in:
parent
061773dd9f
commit
29b03839ad
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue