Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/iineva/ipa-server
Browse files Browse the repository at this point in the history
  • Loading branch information
iineva committed Dec 3, 2024
2 parents 71e264c + b25f314 commit da5686f
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 da5686f

Please sign in to comment.