Made password input invisible
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$(bw status | jq -r '.status')" = "locked" ]; then
|
||||
read -p "Bitwarden password: " password
|
||||
read -s -p "Bitwarden password: " password
|
||||
|
||||
token=$(eval "bw unlock $password --raw")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user