Archived
1
0

🏗️」 wip: Started re work

This commit is contained in:
2025-02-07 18:00:30 +01:00
parent 0aef0328c1
commit f48c98da5a
16 changed files with 119 additions and 118 deletions

View File

@ -18,7 +18,7 @@ func checkMariaDB(user, password, host, port string) bool {
fmt.Printf("Health check failed: %v\n", err)
return false
}
fmt.Println("MariaDB is healthy")
fmt.Println("Maria DB is healthy")
return true
}