We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 536b43c + 73f9e0a commit 11b0bcaCopy full SHA for 11b0bca
tools/deploy.sh
@@ -148,7 +148,7 @@ if [[ "${DEPLOY_BASIC_AUTH}" == "true" ]]; then
148
fi
149
150
if [[ "${DEPLOY_IRONIC}" == "true" ]]; then
151
- echo "IRONIC_HTPASSWD=$(htpasswd -n -b -B "${IRONIC_USERNAME}" "${IRONIC_PASSWORD}")" > \
+ htpasswd -n -b -B "${IRONIC_USERNAME}" "${IRONIC_PASSWORD}" > \
152
"${TEMP_IRONIC_OVERLAY}/ironic-htpasswd"
153
154
0 commit comments