mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 21:59:30 +00:00
Run jd in background from the start.
This commit is contained in:
parent
96a3f925d2
commit
bbd9247bff
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ function stopJD2 {
|
||||||
|
|
||||||
trap stopJD2 EXIT
|
trap stopJD2 EXIT
|
||||||
|
|
||||||
java -Djava.awt.headless=true -jar JDownloader.jar
|
java -Djava.awt.headless=true -jar JDownloader.jar &
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
sleep inf
|
sleep inf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue