diff --git a/install.sh b/install.sh index e73d0f89c20fd69dece8acb19ac946eb3f386b17..419e996a0436b47ad14aa72831942677a4bc1560 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 }