Skip to content

Commit

Permalink
Merge pull request metal3-io#534 from MahnoorAsghar/remove-unused-var
Browse files Browse the repository at this point in the history
🌱 Remove unused variable IRONIC_VMEDIA_SCHEME
  • Loading branch information
metal3-io-bot committed Jul 30, 2024
2 parents ec1b879 + 49038fe commit c252b5c
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 c252b5c

Please sign in to comment.