We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1f2ee commit 7b23adeCopy full SHA for 7b23ade
tools/wizard.sh
@@ -474,7 +474,7 @@ Function_Global_Ask_comp_option () {
474
Function_Local_lzo_level () {
475
msg_n "lzoの圧縮レベルを入力してください。 (1~9) : " "Enter the gzip compression level. (1~9) : "
476
read Var_Local_lzo_level
477
- if ! [[ ${Var_Local_lzo_level} -lt 9 && ${Var_Local_lzo_level} -ge 1 ]]; then
+ if ! [[ ${Var_Local_lzo_level} -lt 10 && ${Var_Local_lzo_level} -ge 1 ]]; then
478
Function_Local_lzo_level
479
return 0
480
fi
0 commit comments