Skip to content

Commit

Permalink
Fixes configure with env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Feb 5, 2020
1 parent 03643e7 commit 27f626f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rm -f /opt/JDownloader/JDownloader.jar.*
rm -f /opt/JDownloader/JDownloader.pid

if [ ! -z "$MYJD_USER" ] && [ ! -z "$MYJD_PASSWORD" ]; then
configure $MYJD_USER $MYJD_PASSWORD
configure "$MYJD_USER" "$MYJD_PASSWORD"
fi

# Debugging helper - if the container crashes, create a file called "jdownloader-block.txt" in the download folder
Expand Down

0 comments on commit 27f626f

Please sign in to comment.