Update install.sh

This commit is contained in:
Mr Chen 2024-11-02 16:03:58 +08:00
parent c6418069fb
commit 2a19a8f93d
1 changed files with 4 additions and 0 deletions

View File

@ -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 '安装完成'
}