fix(apps): remove UMASK as this is taken care from common (#1503)

This commit is contained in:
Stavros Kois
2021-12-11 00:25:39 +01:00
committed by GitHub
parent f04001fda7
commit 7f2eceecc3
8 changed files with 1 additions and 25 deletions
-6
View File
@@ -87,12 +87,6 @@ questions:
schema:
type: int
default: 568
- variable: UMASK_SET
label: "UMASK"
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
schema:
type: string
default: "022"
- variable: RPC_SECRET
label: "RPC_SECRET"
description: "Sets the RPC_SECRET env var"