diff options
Diffstat (limited to 'mkarchroot')
-rwxr-xr-x | mkarchroot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ chroot_umount () } # }}} -umask 000 +umask 0022 if [ "$RUN" != "" ]; then # run chroot {{{ #Sanity check |