mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-02 09:06:59 +08:00
Optimizing scripts
This commit is contained in:
parent
1138e373ef
commit
f25227807b
@ -53,7 +53,7 @@ func getGoVersion() string {
|
|||||||
func getDockerVersion() string {
|
func getDockerVersion() string {
|
||||||
version, err := ExecuteCommand("docker", "--version")
|
version, err := ExecuteCommand("docker", "--version")
|
||||||
if err != nil {
|
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
|
return version
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user