Update install.sh
This commit is contained in:
parent
c6418069fb
commit
2a19a8f93d
|
|
@ -175,6 +175,10 @@ Install_openresty()
|
|||
if [ -d ${openrestyDir}/libressl-${libresslVersion} ];then
|
||||
rm -rf ${openrestyDir}/libressl-${libresslVersion}
|
||||
fi
|
||||
|
||||
if [ -d ${openrestyDir}/nginx-rtmp-module-${nginx_rtmp_ver} ];then
|
||||
rm -rf ${openrestyDir}/nginx-rtmp-module-${nginx_rtmp_ver}
|
||||
fi
|
||||
echo '安装完成'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue