Update install.sh
This commit is contained in:
parent
a9536cccd1
commit
ccf0b070b0
|
|
@ -175,6 +175,10 @@ Install_openresty()
|
|||
if [ -d $openrestyDir/openresty-${VERSION} ];then
|
||||
rm -rf $openrestyDir/openresty-${VERSION}
|
||||
fi
|
||||
|
||||
# if [ -d $openrestyDir/ngx_brotli ];then
|
||||
# rm -rf $openrestyDir/ngx_brotli
|
||||
# fi
|
||||
echo 'Installation of Openresty completed'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue