umask as env var (#2601)

Co-authored-by: gjermundhp02 <gjermund.pedersen@gamil.com>
This commit is contained in:
Gjermund H. Pedersen 2024-01-19 01:27:58 +01:00 committed by GitHub
parent a3b02ca3e3
commit 5729324195
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
: "${UID:=1000}"
: "${GID:=1000}"
umask 0002
umask "${UMASK:=0002}"
# Remove from previous run and do this as elevated user since file used to be created before demoting
rm -f "$HOME/.rcon-cli.env"