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

View File

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