Update install.sh

pull/632/head
Mr Chen 6 months ago
parent c6418069fb
commit 2a19a8f93d
  1. 4
      plugins/openresty/versions/rmtp/install.sh

@ -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…
Cancel
Save