Skip to content

Commit

Permalink
pdsadmin/account: little fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob2161 committed Feb 22, 2024
1 parent 1882727 commit a1dbeb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdsadmin/account.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,15 @@ elif [[ "${SUBCOMMAND}" == "create" ]]; then
exit 1
fi

echo
echo "Account created successfully!"
echo "-----------------------------"
echo "Handle : ${HANDLE}"
echo "DID : ${DID}"
echo "Password : ${PASSWORD}"
echo "-----------------------------"
echo "Save this password, it will not be displayed again."
echo

#
# account delete
Expand Down

0 comments on commit a1dbeb2

Please sign in to comment.