Fixed multiple team->update in import_users
Show the pass at the end of import
This commit is contained in:
parent
c067f6dbbe
commit
745d8a8bd5
2 changed files with 10 additions and 6 deletions
|
|
@ -181,8 +181,7 @@ case $1 in
|
|||
echo -e "Exported pkcs12 file is ${2}.p12"
|
||||
fi
|
||||
mv ${2}.crt ${TOP_DIR}/certs
|
||||
# TODO handle this file
|
||||
echo "$2:$pass" >> teams.pass
|
||||
echo "$2:$pass" >> ${TOP_DIR}/../teams.pass
|
||||
clean "client" $2
|
||||
;;
|
||||
"-revoke" )
|
||||
|
|
|
|||
Reference in a new issue