Skip to content

Commit 5729324

Browse files
Gjermundhp02gjermundhp02
andauthored
umask as env var (#2601)
Co-authored-by: gjermundhp02 <[email protected]>
1 parent a3b02ca commit 5729324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
: "${UID:=1000}"
88
: "${GID:=1000}"
99

10-
umask 0002
10+
umask "${UMASK:=0002}"
1111

1212
# Remove from previous run and do this as elevated user since file used to be created before demoting
1313
rm -f "$HOME/.rcon-cli.env"

0 commit comments

Comments
 (0)