From 21c2b850ad918a04724749a36687bdb1301825a5 Mon Sep 17 00:00:00 2001 From: PlusMinus Date: Tue, 1 Sep 2015 16:27:06 +0200 Subject: [PATCH] Revert "chwon the needed folders" This reverts commit e3a933650a0a926fdf18e59181ce4898b9e45b32. --- startJD2.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/startJD2.sh b/startJD2.sh index 116a8a1..f3dccb3 100755 --- a/startJD2.sh +++ b/startJD2.sh @@ -13,9 +13,6 @@ trap stopJD2 EXIT addgroup --gid $GID jdusers useradd -M --uid $UID --gid $GID jduser -chown -R jduser:jdusers /opt/JDownloader/cfg -chown -R jduser:jdusers /root/Downloads - su jduser -c 'java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar &' while true; do