Sfoglia il codice sorgente

-x option fixed, fix #1014

master
Luke Smith 1 anno fa
parent
commit
b7b7f21d69
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4C50B54A911F6252
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Vedi File

@@ -194,7 +194,7 @@ askinfo() {
}

insertpass() {
printf "%s" "$password" | pass insert -fe "$PASSWORD_STORE_DIR/$passprefix$fulladdr"
printf "%s" "$password" | pass insert -fe "$passprefix$fulladdr"
}

errorexit() {


Caricamento…
Annulla
Salva