style: 修正脚本中的语法错误

This commit is contained in:
xiao 2024-12-18 09:11:13 +08:00 committed by cnb
parent a927740af1
commit 9354ec597c

View File

@ -1344,7 +1344,7 @@ Install_Main(){
Install_Deb_Pack
fi
# Install_Python_Lib
Install_Python_Lib
Install_Bt
@ -1492,5 +1492,3 @@ fi
if [ "${INSTALL_DATE}" ];then
curl -sS --connect-timeout 3 -m 3 --request POST --url "https://www.bt.cn/Api/installationCount" --data "date=${INSTALL_DATE}" --data "status=1" --data "ip=${getIpAddress}" > /dev/null
fi