From 3803e52cab09faf61ddac2d72f100550fd72f6c5 Mon Sep 17 00:00:00 2001 From: PlusMinus Date: Mon, 31 Aug 2015 09:42:39 +0200 Subject: [PATCH] Added absolute path to shell script --- startJD2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startJD2.sh b/startJD2.sh index 9947ea3..99c32c9 100755 --- a/startJD2.sh +++ b/startJD2.sh @@ -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