Skip to content

Commit 1f65c5d

Browse files
committed
Remove unused function prompt_password
1 parent 433ec79 commit 1f65c5d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

linux-installer/idt-installer

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,6 @@ function prompt {
109109
#-- Use $REPLY to get user's input
110110
}
111111

112-
function prompt_password {
113-
label=${1}
114-
echo -en "${label}: ${CYN}" > /dev/tty
115-
read -rs # hide input
116-
echo -e "${NRM}" > /dev/tty
117-
#-- Use $REPLY to get user's input
118-
}
119-
120112
#------------------------------------------------------------------------------
121113
function uninstall {
122114
if [[ -t 0 ]]; then #-- are we in a terminal?

0 commit comments

Comments
 (0)