mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 18:49:30 +00:00
Added absolute path to shell script
This commit is contained in:
parent
850ecd62ab
commit
3803e52cab
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ function stopJD2 {
|
|||
|
||||
trap stopJD2 EXIT
|
||||
|
||||
java -Djava.awt.headless=true -jar JDownloader.jar &
|
||||
java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar &
|
||||
|
||||
while true; do
|
||||
sleep inf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue