Skip to content
New issue

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

How to apply ? #7

Open
somerandomuserim opened this issue Apr 2, 2024 · 0 comments
Open

How to apply ? #7

somerandomuserim opened this issue Apr 2, 2024 · 0 comments

Comments

@somerandomuserim
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant