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