summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--neues-passwort.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/neues-passwort.in b/neues-passwort.in
index bda9c38..1b7b501 100644
--- a/neues-passwort.in
+++ b/neues-passwort.in
@@ -145,7 +145,7 @@ else
| while read -r s; do
printf '\'"$s"'\n'
done \
- | shuf -n ${pwLen} --random-source=/dev/urandom -r \
+ | shuf -n ${Laenge} --random-source=/dev/urandom -r \
| tr -d '\n'
)
fi