fix the default value associated to the level 5

This commit is contained in:
Kayou 2020-09-07 12:04:52 +02:00 committed by GitHub
parent 88d779666e
commit c33809c737
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1023,7 +1023,8 @@ then
# line=$(find_string "^Level $i=") # line=$(find_string "^Level $i=")
line=$(find_string "^Level 5=") line=$(find_string "^Level 5=")
# And get the value # And get the value
level[$i]=$(echo "$line" | cut -d'=' -f2) # level[$i]=$(echo "$line" | cut -d'=' -f2)
level[5]=$(echo "$line" | cut -d'=' -f2)
# done # done