Added ffmpeg, added inf loop so jd2 can be updated from within the webapp, added beta 7zipbinding

This commit is contained in:
PlusMinus0 2018-08-30 16:15:33 +02:00
parent 6c4b3fcbc0
commit 371c74b08a
4 changed files with 11 additions and 3 deletions

View file

@ -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