Skip to content

Commit

Permalink
fix(script): Typo in var name
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Jan 4, 2022
1 parent fed30d5 commit 7f28634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/cont-init.d/30-prepare-jdownloader
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SETTINGSFILE="/opt/JDownloader/cfg/org.jdownloader.api.myjdownloader.MyJDownload

# Login user with env credentials - Please prefer command way
if [ -n "${MYJD_USER}" ] && [ -n "${MYJD_PASSWORD}" ]; then
/usr/bin/configure "${MYJD_USER}" "$MYJD_PASS{WORD"
/usr/bin/configure "${MYJD_USER}" "${MYJD_PASSWORD}"
fi

# Defining device name to jdownloader interface - please prefer this method than changing on MyJDownloader to keep correct binding
Expand Down

0 comments on commit 7f28634

Please sign in to comment.