We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry for noob question... im using nginx ee to build nginx. `_patch_nginx() {
cd /usr/local/src/nginx || exit 1 if { echo -ne ' Applying nginx patches [..]\r' { curl -sL "https://raw.githubusercontent.com/kn007/patch/master/nginx.patch" | patch -p1 #curl -sL https://raw.githubusercontent.com/kn007/patch/master/nginx_auto_using_PRIORITIZE_CHACHA.patch | patch -p1 } >>/tmp/nginx-ee.log 2>&1 }; then echo -ne " Applying nginx patches [${CGREEN}OK${CEND}]\\r" echo -ne '\n' else echo -e " Applying nginx patches [${CRED}FAIL${CEND}]" echo -e '\n Please look at /tmp/nginx-ee.log\n' exit 1 fi
}` it doesnt work anymore and I dont know how to correct it to apply current patch.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sorry for noob question...
im using nginx ee to build nginx.
`_patch_nginx() {
}`
it doesnt work anymore and I dont know how to correct it to apply current patch.
The text was updated successfully, but these errors were encountered: