feat: Improve performance for empty line print for larger lists

This commit is contained in:
Timo Reymann
2023-02-16 12:18:27 +01:00
parent cd8c3c5d5b
commit 3b02fbb911
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ log "$LOG_ERROR" "Error message"
# PROMPTS
#
options=("one" "two" "three" "four")
options=("one" "two" "three" "four" "a" "b" "c" "d" "e")
validate_password() {
if [ ${#1} -lt 10 ];then