Fix path for PROVISIONER_PASSWORD variable

This commit is contained in:
Joerg Heinemann 2026-02-11 15:46:33 +01:00 committed by GitHub
parent 954202e8a7
commit 667ba8a2f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -236,7 +236,7 @@ $STD cat <<'EOF' >$StepRequest
#!/usr/bin/env bash #!/usr/bin/env bash
# #
StepCertDir="$STEPHOME/certs/x509" StepCertDir="$STEPHOME/certs/x509"
PROVISIONER_PASSWORD=$(step path)/encryption//provisioner.pwd PROVISIONER_PASSWORD=$(step path)/encryption/provisioner.pwd
while true; while true;
do do