Update install.sh

This commit is contained in:
midoks 2022-10-09 01:59:17 +08:00
parent 3b51ef2434
commit 91d07eebad
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ Install_app()
echo '正在安装脚本文件...' > $install_tmp
mkdir -p $serverPath/clean
echo "" > $serverPath/clean/clean.conf
cd ${rootPath} && python3 ${rootPath}/plugins/clean/index.py start
echo "${VERSION}" > $serverPath/clean/version.pl
echo '安装完成' > $install_tmp