Move teams.pass to a writable directory
This commit is contained in:
parent
1c7c45ea56
commit
b8708408c0
2 changed files with 4 additions and 4 deletions
|
|
@ -228,7 +228,7 @@ case $1 in
|
|||
else
|
||||
echo $ECHO_OPTS "Exported pkcs12 file is ${CLTP12}"
|
||||
fi
|
||||
echo "$CLTNAM:$pass" >> ${PKI_DIR}/../teams.pass
|
||||
echo "$CLTNAM:$pass" >> ${PKI_DIR}/teams.pass
|
||||
echo "$CLTNAM:$pass"
|
||||
clean "client" ${CLTNAM}
|
||||
;;
|
||||
|
|
|
|||
Reference in a new issue