Skip to content

How to apply ? #7

@somerandomuserim

Description

@somerandomuserim

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions