Fixed multiple team->update in import_users

Show the pass at the end of import
This commit is contained in:
Li Chen 2013-12-01 01:08:40 +01:00
commit 745d8a8bd5
2 changed files with 10 additions and 6 deletions

View file

@ -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" )