<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 26.05.2015 09:04, cyberxndr . wrote:<br>
</div>
<blockquote
cite="mid:CALyCc4RxAdcvjQ_3zFvdLgdcs4+nfGEXJ-1sOkB0DqZ=QZSe=g@mail.gmail.com"
type="cite">
<meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
<div dir="ltr">This code provides a quick way to retrieve one
password from the tree. <span id="result_box" class=""
lang="en"><span class="">I</span> <span class="">would like
to know</span> <span class="">is</span> <span class="">whether
or not</span> <span class="">it is accepted</span><span
class="">.</span></span></div>
<div class="gmail_extra"><br>
<div class="gmail_quote">2015-05-13 13:35 GMT+03:00 cyberxndr .
<span dir="ltr"><<a moz-do-not-send="true"
href="mailto:cyberxndr@gmail.com" target="_blank">cyberxndr@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote">
<div dir="ltr">diff --git
a/password-store/src/password-store.sh
b/password-store-feature/src/password-store.sh<br>
index 47f7ffa..d5f6a59 100755<br>
--- a/password-store/src/password-store.sh<br>
+++ b/password-store-feature/src/password-store.sh</div>
</blockquote>
</div>
</div>
</blockquote>
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote">
<div dir="ltr"><br>
[…]<br>
</div>
</blockquote>
</div>
</div>
<br>
<blockquote
cite="mid:CALyCc4RxAdcvjQ_3zFvdLgdcs4+nfGEXJ-1sOkB0DqZ=QZSe=g@mail.gmail.com"
type="cite">
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote">
<div dir="ltr">@@ -308,6 +310,13 @@ cmd_show() {<br>
local path="$1"<br>
local passfile="$PREFIX/$path.gpg"<br>
check_sneaky_paths "$path"<br>
+ if [[ exclusive -eq 1 ]]; then<br>
+ passfile=`find "$PREFIX" -path *$1*.gpg`<br>
+ results=`echo $passfile | tr " " "\n" | wc
-l`<br>
+ if [[ $results -ne 1 ]]; then<br>
+ die "$results passwords founded
(need 1)"<br>
</div>
</blockquote>
</div>
</div>
</blockquote>
<br>
grammar police: that should be 'passwords found'<br>
<blockquote
cite="mid:CALyCc4RxAdcvjQ_3zFvdLgdcs4+nfGEXJ-1sOkB0DqZ=QZSe=g@mail.gmail.com"
type="cite">
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote">
<div dir="ltr">+ fi<br>
+ fi<br>
if [[ -f $passfile ]]; then<br>
if [[ $clip -eq 0 ]]; then<br>
$GPG -d "${GPG_OPTS[@]}"
"$passfile" || exit $?<br>
<br>
</div>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Password-Store mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a>
<a class="moz-txt-link-freetext" href="http://lists.zx2c4.com/mailman/listinfo/password-store">http://lists.zx2c4.com/mailman/listinfo/password-store</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Kind regards
Justus Seifert
Operator | IT-Operations
CLOUD&HEAT
The Cloud that heats homes worldwide
Firmen- und Rechnungsanschrift:
CLOUD & HEAT Technologies GmbH
Zeitenströmung
Königsbrücker Str. 96 - Halle 15
01099 Dresden, Germany
Lieferanschrift Produktion:
CLOUD & HEAT Technologies GmbH
Zeitenströmung
Königsbrücker Str. 96 - Halle 16a
01099 Dresden, Germany
Tel: +49 351 479 3670-0
Fax: +49 351 479 3670-110
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:justus.seifert@cloudandheat.com">justus.seifert@cloudandheat.com</a>
Web: <a class="moz-txt-link-freetext" href="https://www.cloudandheat.com">https://www.cloudandheat.com</a>
Handelsregister: Amtsgericht Dresden
Registernummer: HRB 30549
USt.-Ident.-Nr.: DE281093504
Geschäftsführer: René Marcel Schretzmann
Gemeinsam mit uns nachhaltig sein!
Nicht jede E-Mail muss gedruckt werden.
Hinweis: Diese E-Mail und / oder die Anhänge ist / sind
vertraulich und ausschließlich für den bezeichneten Adressaten
bestimmt. Die Weitergabe oder Kopieren dieser E-Mail ist
strengstens verboten. Wenn Sie diese E-Mail irrtümlich erhalten
haben, informieren Sie bitte unverzüglich den Absender und
vernichten Sie die Nachricht und alle Anhänge. Vielen Dank.
</pre>
</body>
</html>