mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 20:39:31 +00:00
Added ffmpeg, added inf loop so jd2 can be updated from within the webapp, added beta 7zipbinding
This commit is contained in:
parent
6c4b3fcbc0
commit
371c74b08a
4 changed files with 11 additions and 3 deletions
|
|
@ -19,5 +19,10 @@ fi
|
|||
adduser -G $GROUP $USER
|
||||
chown -R $USER:$GROUP /opt/JDownloader
|
||||
|
||||
exec su-exec ${USER}:${GROUP} "$@"
|
||||
# Sometimes this gets deleted. Just copy it every time.
|
||||
cp /opt/JDownloader/sevenzip* /opt/JDownloader/libs/
|
||||
|
||||
su-exec ${USER}:${GROUP} "$@"
|
||||
|
||||
# Keep container alive when jd2 restarts
|
||||
while sleep 3600; do :; done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue