diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-26 19:22:14 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-08-26 19:22:14 +0200 |
commit | 65a9a20521f29d930b77f9916fcd45467f630413 (patch) | |
tree | e1e982ecbf9ec83cd033c6fc19a5430a035fec3e /ch | |
parent | c763f7d9fd680b5f3e785043dd0058b9dc17bb1f (diff) | |
download | bin-65a9a20521f29d930b77f9916fcd45467f630413.tar.gz bin-65a9a20521f29d930b77f9916fcd45467f630413.tar.xz |
ch: Force umask 022
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'ch')
-rwxr-xr-x | ch | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ CHROOTS="/mnt/chroots/arch" shopt -s nullglob +umask 022 + __genchroot() { sudo btrfs subvolume snapshot "$chrootdir/root" "$copydir" } |