Skip to content

Commit

Permalink
Fix password not being passed in correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
muxinqi committed Nov 19, 2024
1 parent 6ad03fc commit 5b73849
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 5b73849

Please sign in to comment.