mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-13 03:02:10 +08:00
Optimizing scripts
This commit is contained in:
parent
1138e373ef
commit
f25227807b
@ -53,7 +53,7 @@ func getGoVersion() string {
|
||||
func getDockerVersion() string {
|
||||
version, err := ExecuteCommand("docker", "--version")
|
||||
if err != nil {
|
||||
return "Docker is not installed. Please install it to get the version."
|
||||
return "Docker is not installed. Please install it to get the version." + err.Error()
|
||||
}
|
||||
return version
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user