fix: set jdownloader2 umask to 002 (#982)

This commit is contained in:
Simone 2021-09-13 20:30:15 +02:00 committed by GitHub
parent e9944183a2
commit 6138624af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,4 +23,4 @@ sources:
- https://hub.docker.com/r/jlesage/jdownloader-2
- https://jdownloader.org/
type: application
version: 2.0.1
version: 2.0.2

View File

@ -96,7 +96,7 @@ questions:
description: "Sets the UMASK env var for jdownloader2 containers"
schema:
type: string
default: "022"
default: "002"
- variable: KEEP_APP_RUNNING
label: "KEEP_APP_RUNNING"
description: "When set to 1, the application will be automatically restarted if it crashes or if a user quits it."