2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

fix: 多打了一个引号

This commit is contained in:
耗子
2023-09-28 17:01:37 +08:00
parent 4fcd65da70
commit 0945949b37
2 changed files with 2 additions and 2 deletions

View File

@@ -9,5 +9,5 @@ var (
Excludes = []string{"mysql80"}
Install = `bash /www/panel/scripts/mysql/install.sh 57`
Uninstall = `bash /www/panel/scripts/mysql/uninstall.sh 57`
Update = `bash /www/panel/scripts/mysql/update.sh 57"`
Update = `bash /www/panel/scripts/mysql/update.sh 57`
)

View File

@@ -8,6 +8,6 @@ func init() {
config := facades.Config()
config.Add("panel", map[string]any{
"name": "耗子Linux面板",
"version": "v2.0.45",
"version": "v2.0.46",
})
}