[wip][fix] Use passwordbox for proxy password

This commit is contained in:
William Wernert
2021-03-03 11:58:45 -05:00
parent 279a5b60b8
commit 83791d87c7

View File

@@ -1246,7 +1246,7 @@ whiptail_proxy_auth_user() {
whiptail_proxy_auth_pass() { whiptail_proxy_auth_pass() {
[ -n "$TESTING" ] && return [ -n "$TESTING" ] && return
proxy_pass=$(whiptail --title "Security Onion Setup" --inputbox "Please input the proxy password:" 8 60 3>&1 1>&2 2>&3) proxy_pass=$(whiptail --title "Security Onion Setup" --passwordbox "Please input the proxy password:" 8 60 3>&1 1>&2 2>&3)
} }
whiptail_requirements_error() { whiptail_requirements_error() {