Update update_new.sh

This commit is contained in:
Mr Chen 2024-11-01 16:55:22 +08:00
parent c08a2965ab
commit 4bd04eb71d
1 changed files with 0 additions and 7 deletions

View File

@ -6,13 +6,6 @@ is64bit=`getconf LONG_BIT`
startTime=`date +%s`
if [ -f /www/server/mdserver-web/tools.py ];then
echo -e "存在旧版代码,不能安装!,已知风险的情况下"
echo -e "rm -rf /www/server/mdserver-web"
echo -e "可安装!"
exit 0
fi
_os=`uname`
echo "use system: ${_os}"