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 56fcacf commit 95a3e6dCopy full SHA for 95a3e6d
tools/wizard.sh
@@ -325,7 +325,7 @@ Function_Global_Ask_comp_option () {
325
Function_Local_gzip_level () {
326
msg_n "gzipの圧縮レベルを入力してください。 (1~22) : " "Enter the gzip compression level. (1~22) : "
327
read Var_Local_gzip_level
328
- if ! [[ ${Var_Local_gzip_level} -lt 23 && ${Var_Local_gzip_level} -ge 4 ]]; then
+ if ! [[ ${Var_Local_gzip_level} -lt 23 && ${Var_Local_gzip_level} -ge 1 ]]; then
329
Function_Local_gzip_level
330
return 0
331
fi
0 commit comments