We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b02ca commit 5729324Copy full SHA for 5729324
scripts/start
@@ -7,7 +7,7 @@
7
: "${UID:=1000}"
8
: "${GID:=1000}"
9
10
-umask 0002
+umask "${UMASK:=0002}"
11
12
# Remove from previous run and do this as elevated user since file used to be created before demoting
13
rm -f "$HOME/.rcon-cli.env"
0 commit comments