Skip to content

Commit

Permalink
Fix invalid environment in athenz_ui script (AthenZ#1445)
Browse files Browse the repository at this point in the history
Signed-off-by: Seonghyun, Oh <[email protected]>
  • Loading branch information
upgle authored Apr 26, 2021
1 parent 50deea1 commit 220a6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/scripts/athenz_ui
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ -z "${ZMS_SERVER}" ]; then
exit 1
fi

if [ -z "${ZMS_SERVER_URL}" ]; then
if [ -z "${ZMS_SERVER}" ]; then
export ZMS_SERVER_URL=https://${ZMS_SERVER}:4443/zms/v1/
fi

Expand Down

0 comments on commit 220a6ac

Please sign in to comment.