Resolve "Bug in devcontainer: patch file not found in openresty-voms installation"
Merged
requested to merge 30-bug-in-devcontainer-patch-file-not-found-in-openresty-voms-installation into master
All threads resolved!
Compare changes
Files
2@@ -102,8 +102,8 @@ if [ ! -d "${module_root}" ]; then
@@ -102,8 +102,8 @@ if [ ! -d "${module_root}" ]; then
@@ -126,7 +126,7 @@ cd ${openresty_root}
@@ -126,7 +126,7 @@ cd ${openresty_root}
nginx_version=$(find build -name nginx.h | xargs awk '/define NGINX_VERSION/ {print $3}' | tr -d '"')