We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433ec79 commit 1f65c5dCopy full SHA for 1f65c5d
1 file changed
linux-installer/idt-installer
@@ -109,14 +109,6 @@ function prompt {
109
#-- Use $REPLY to get user's input
110
}
111
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
-
120
#------------------------------------------------------------------------------
121
function uninstall {
122
if [[ -t 0 ]]; then #-- are we in a terminal?
0 commit comments