fix build
This commit is contained in:
6
update
6
update
@ -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
|
||||
|
Reference in New Issue
Block a user