From 569adbb85746939c0d977f0fcd896fa202afe4d1 Mon Sep 17 00:00:00 2001 From: myellen Date: Thu, 13 Jun 2019 03:39:20 -0400 Subject: [PATCH] do not show plexpass password on entry use -s option "do not echo input coming from a terminal" to hide password --- plexupdate-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate-core b/plexupdate-core index fedae8a..7baeff1 100755 --- a/plexupdate-core +++ b/plexupdate-core @@ -51,7 +51,7 @@ getPlexToken() { fi done while true; do - read -e -p "PlexPass Password: " -i "$PASS" PASS + read -e -s -p "PlexPass Password: " -i "$PASS" PASS if [ -z "$PASS" ]; then info "Please provide a password" else