diff options
Diffstat (limited to 'X11/rofi/pass.get')
-rwxr-xr-x | X11/rofi/pass.get | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/X11/rofi/pass.get b/X11/rofi/pass.get index 7bec799..c250384 100755 --- a/X11/rofi/pass.get +++ b/X11/rofi/pass.get | |||
@@ -48,7 +48,10 @@ if [ -n "$RESULT" ]; then | |||
48 | 48 | ||
49 | # Password doesn't exist yet | 49 | # Password doesn't exist yet |
50 | # Go to next rofi execution | 50 | # Go to next rofi execution |
51 | else | 51 | elif pass find $1 &>/dev/null; then |
52 | echo -e "\0prompt\x1fGPG Issue" | ||
53 | echo Passphase is not chached | ||
54 | else | ||
52 | echo -e "\0prompt\x1f$1" | 55 | echo -e "\0prompt\x1f$1" |
53 | echo -e "\0message\x1fThis password doesn't exist, generate with custom arguments?" | 56 | echo -e "\0message\x1fThis password doesn't exist, generate with custom arguments?" |
54 | echo -e "\0data\x1f$1" | 57 | echo -e "\0data\x1f$1" |