Skip to content

Commit

Permalink
Merge pull request #65 from muxinqi/fix-auth
Browse files Browse the repository at this point in the history
Fix password not being passed in correctly
  • Loading branch information
iineva authored Nov 20, 2024
2 parents 6ad03fc + 5b73849 commit b25f314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ -n "$LOGIN_USER" ];then
fi

if [ -n "$LOGIN_PASS" ];then
ipasd_args=$ipasd_args"-user $LOGIN_PASS "
ipasd_args=$ipasd_args"-pass $LOGIN_PASS "
fi

/app/ipasd $ipasd_args

0 comments on commit b25f314

Please sign in to comment.