mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Fix path for PROVISIONER_PASSWORD variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user