summaryrefslogtreecommitdiff
path: root/bin/menuscripts/mpass
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-06-21 22:37:33 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-06-21 22:37:33 +0200
commit3145010306902a8b9e0a5863527837aa963afef5 (patch)
treea6d6750fa17c2964cd241afa8e963cac6106b390 /bin/menuscripts/mpass
parentc9cc72113521b793d1baa0d2f558b97478a6acf4 (diff)
checkpoint
Diffstat (limited to 'bin/menuscripts/mpass')
-rwxr-xr-xbin/menuscripts/mpass2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/mpass b/bin/menuscripts/mpass
index 7348321..f513b16 100755
--- a/bin/menuscripts/mpass
+++ b/bin/menuscripts/mpass
@@ -14,7 +14,7 @@ list_pswds()
while [ -d "$store/$file" ]
do
- choice="$(list_pswds "$store/$file" | dmenu -c -g 4 -l 4)"
+ choice="$(list_pswds "$store/$file" | commander -c)"
[ "$choice" ] || exit 1
[ -z "$file" ] && file="$choice" || file="$file/$choice"
done