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 5a25cb3 commit 8c0bdcaCopy full SHA for 8c0bdca
tools/wizard.sh
@@ -421,7 +421,7 @@ Function_Global_Ask_comp_option () {
421
"zstdの圧縮レベルを入力してください。 (1~22) : " \
422
"Enter the zstd compression level. (1~22) : "
423
read Var_Local_zstd_level
424
- if [[ ${Var_Local_zstd_level} -lt 23 && ${Var_Local_zstd_level} -ge 4 ]]; then
+ if [[ ${Var_Local_zstd_level} -lt 23 && ${Var_Local_zstd_level} -ge 1 ]]; then
425
comp_option="-Xcompression-level ${Var_Local_zstd_level}"
426
else
427
Function_Local_comp_option
0 commit comments