Skip to content

Commit

Permalink
fix: 多打了一个引号
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Sep 28, 2023
1 parent 4fcd65d commit 0945949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/plugins/mysql57/mysql57.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`
)
2 changes: 1 addition & 1 deletion config/panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
})
}

0 comments on commit 0945949

Please sign in to comment.