Check for existance of pwdpath before copying

This commit is contained in:
Carl Tashian 2023-01-09 17:08:24 -08:00
parent 640bd0b7c7
commit 313bf2354b
No known key found for this signature in database

View file

@ -71,7 +71,7 @@ if [ ! -f "${STEPPATH}/config/ca.json" ]; then
init_if_possible
fi
if [ ! -f "${PROVISIONER_PWDPATH}" ]; then
if [ -f "${PWDPATH}" ] && [ ! -f "${PROVISIONER_PWDPATH}" ]; then
# For backward compatibility,
# if the --provisioner-password-file doesn't exist,
# use the same password as the CA.