Skip to content

Commit

Permalink
Remove unused variable IRONIC_VMEDIA_SCHEME
Browse files Browse the repository at this point in the history
Signed-off-by: Mahnoor Asghar <[email protected]>
  • Loading branch information
MahnoorAsghar committed Jul 30, 2024
1 parent ebb862c commit 49038fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/tls-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,8 @@ else
fi

if [[ -f "$IRONIC_VMEDIA_CERT_FILE" ]]; then
export IRONIC_VMEDIA_SCHEME="https"
export IRONIC_VMEDIA_TLS_SETUP="true"
else
export IRONIC_VMEDIA_SCHEME="http"
export IRONIC_VMEDIA_TLS_SETUP="false"
fi

Expand Down

0 comments on commit 49038fe

Please sign in to comment.