mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
upgraded the nginx core to 1.15.6.
This commit is contained in:
@ -14,6 +14,8 @@ if [ ! -d nginx/.git ]; then
|
||||
fi
|
||||
|
||||
cd nginx || exit 1
|
||||
git reset --hard || exit 1
|
||||
git checkout master || exit 1
|
||||
git pull --force || exit 1
|
||||
cd .. || exit 1
|
||||
|
||||
|
Reference in New Issue
Block a user