mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
fix the default value associated to the level 5
This commit is contained in:
parent
88d779666e
commit
c33809c737
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue