commit dfaf1f93381541c6afd5f96e89a4f55ce8d85b17
parent 6fcd16a601eca9f9cf47fff00247cfbed14e2960
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 6 Nov 2020 13:26:02 +0300
MUW_PWM: Force a password manager
Instead of going through pass -> pash -> pm, choose the password manager
yourself.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/muw b/bin/muw
@@ -288,7 +288,7 @@ get_information() {
}
main() {
- pass_prog=$(command -v pass || command -v pash || command -v pm) ||
+ pass_prog=${MUW_PWM:-$(command -v pass || command -v pash || command -v pm)} ||
die "No applicable password manager found."
command -v mbsync >/dev/null || die "mbsync must be installed for mu-wizard to work."