hide token input

This commit is contained in:
Joe 2019-12-26 16:43:17 -06:00
parent fb631b0c90
commit d078f93dd8
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
#!/bin/bash
version=0.0.5
version=0.0.6
UserInput() {
read -r -p "$(echo -e 'Domain:\n')" domain
read -r -p "$(echo -e 'Time:\n')" time
read -r -p "$(echo -e 'Token:\n')" token
read -r -p "$(echo -e 'Domain:')" domain
read -r -p "$(echo -e 'Time:')" time
read -s -r -p "$(echo -e 'Token:')" token
}
ExecutePurge() {