From 60c96fdf735e0b3872f0d5f3b732109f05913c23 Mon Sep 17 00:00:00 2001 From: "crazier.h" Date: Mon, 15 Mar 2021 13:26:43 +0800 Subject: [PATCH] 1 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e73d0f8..419e996 100644 --- a/install.sh +++ b/install.sh @@ -56,7 +56,7 @@ function get_server() { if [ $? -eq 0 ]; then SERVER_DIR=192.168.1.234/cdh else - SERVER_DIR=http://192.168.1.234/cdh + SERVER_DIR=http://192.168.116.130/cdh fi } -- Gitee