You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accidentally created a new store with --store name/ instead of --store name making it undiscoverable by gopass. This will require the user to manually delete the mount point in the config file.
Steps To Reproduce
Initialize the password-store with [a-zA-Z]+\/
gopass ls will show the mount as STORE_NAME without / but you can't do anything with it. Note that the actual path / is replaced with -. E.g., /home/username/.local/share/gopass/STORE_NAME-
Summary
Accidentally created a new store with
--store name/
instead of--store name
making it undiscoverable bygopass
. This will require the user to manually delete the mount point in theconfig
file.Steps To Reproduce
[a-zA-Z]+\/
STORE_NAME
without/
but you can't do anything with it. Note that the actual path/
is replaced with-
. E.g.,/home/username/.local/share/gopass/STORE_NAME-
Expected behavior
If the name is illegal, it shouldn't be created.
Environment
Additional context
Remove the things in
.config/gopass/config
can workaround this issue.The text was updated successfully, but these errors were encountered: