We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1345603 commit de0195cCopy full SHA for de0195c
patch/patch.sh
@@ -60,7 +60,7 @@ elif [[ "$root" == *openresty-1.21.4.* ]]; then
60
apply_patch "$patch_dir" "$root" "lua-resty-core" "0.1.27"
61
apply_patch "$patch_dir" "$root" "ngx_lua" "0.10.25"
62
apply_patch "$patch_dir" "$root" "ngx_stream_lua" "0.0.13"
63
-elif [[ "$root" == *openresty-1.25.3.1 ]]; then
+elif [[ "$root" == *openresty-1.25.3.* ]]; then
64
patch_dir="$PWD/1.25.3.1"
65
apply_patch "$patch_dir" "$root" "nginx" "1.25.3"
66
apply_patch "$patch_dir" "$root" "lua-resty-core" "0.1.28"
0 commit comments