diff --git a/scripts/getpasswd b/scripts/getpasswd index 9327322..5297060 100755 --- a/scripts/getpasswd +++ b/scripts/getpasswd @@ -7,8 +7,8 @@ fi TARGET=$1 -ENC=/srv/ansible-private/keystore/${TARGET}.asc -KEY=/srv/ansible-private/ssh/id_rsa +ENC=/srv/private/keystore/${TARGET}.asc +KEY=/srv/private/ssh/id_rsa if [ ! -f "${KEY}" ]; then echo "ERR: Cannot find encryption key file ${KEY}" 1>&2