mirror of
https://github.com/acepanel/panel.git
synced 2026-02-06 03:47:17 +08:00
feat: 发布 v2.0.45
This commit is contained in:
@@ -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 = `echo "not support now"`
|
||||
Update = `bash /www/panel/scripts/mysql/update.sh 57"`
|
||||
)
|
||||
|
||||
@@ -9,5 +9,5 @@ var (
|
||||
Excludes = []string{"mysql57"}
|
||||
Install = `bash /www/panel/scripts/mysql/install.sh 80`
|
||||
Uninstall = `bash /www/panel/scripts/mysql/uninstall.sh 80`
|
||||
Update = `echo "not support now"`
|
||||
Update = `bash /www/panel/scripts/mysql/update.sh 80`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user