mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +01:00
Use a constant umask
This commit is contained in:
parent
67acb607f6
commit
2182076773
2 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
# Set constant umask
|
||||
umask 022
|
||||
|
||||
# Get a list of files
|
||||
get_files() {
|
||||
echo "."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue