fix build

This commit is contained in:
jxxghp
2023-11-02 07:51:17 +08:00
parent 01aa381848
commit 155aa2580b
4 changed files with 9 additions and 14 deletions

6
update
View File

@ -40,10 +40,8 @@ install_backend_and_download_resources() {
mv /tmp/App /app
rm -rf /public
mv /tmp/dist /public
mv /tmp/Plugins/plugins/* /app/app/plugins/
mv /tmp/Resources/resources/* /app/app/helper/
mkdir -p /app/config/sites
mv /app/app/helper/user.sites.bin /app/config/sites/user.sites.bin
mv -f /tmp/Plugins/plugins/* /app/app/plugins/
mv -f /tmp/Resources/resources/* /app/app/helper/
rm -rf /tmp/*
echo "程序更新成功,前端版本:${frontend_version},后端版本:${1}"
else