add migrate old config

This commit is contained in:
yuzuki999
2023-06-02 09:19:37 +08:00
parent 989b4ff13e
commit e263e70f37
5 changed files with 99 additions and 7 deletions

View File

@@ -27,5 +27,4 @@ func showVersion() {
fmt.Printf("%s %s (%s) \n", codename, version, intro)
// Warning
fmt.Println(Warn("This version need V2board version >= 1.7.0."))
fmt.Println(Warn("This version changed config file. Please check config file before running."))
}