2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

fix: tests

This commit is contained in:
耗子
2024-06-14 21:03:15 +08:00
parent 27cbb92a06
commit 7a4a71f0a0
4 changed files with 0 additions and 7 deletions

View File

@@ -476,10 +476,6 @@ func UpdatePanel(panelInfo PanelInfo) error {
_, _ = Exec("chmod -R 700 /usr/bin/panel")
color.Green().Printfln("设置完成")
if _, err = Exec("/www/panel/panel --env=panel.conf artisan migrate"); err != nil {
color.Red().Printfln("运行面板数据库迁移失败")
return err
}
if _, err = Exec("bash /www/panel/scripts/update_panel.sh"); err != nil {
color.Red().Printfln("执行面板升级后脚本失败")
return err