diff options
Diffstat (limited to 'passwort-tresor.in')
-rw-r--r-- | passwort-tresor.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passwort-tresor.in b/passwort-tresor.in index 4611f83..f2bc20a 100644 --- a/passwort-tresor.in +++ b/passwort-tresor.in @@ -208,6 +208,7 @@ then count=$(grep -c "${suchStr}" "${tmpDir}/output") [ "${count}" -eq 1 ] && break done + [ "${count}" -eq 1 ] && break done if [ "${count}" -ne 1 ] then |