From 16fb527b7a4413b4caa79456ca47d6beb75495fb Mon Sep 17 00:00:00 2001 From: wangchong1995924 <15229716099@163.com> Date: Thu, 9 Jun 2022 10:02:56 +0800 Subject: [PATCH] modify ip --- script/setup_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/setup_env.sh b/script/setup_env.sh index e2f9e58..4ed8356 100644 --- a/script/setup_env.sh +++ b/script/setup_env.sh @@ -11,7 +11,7 @@ export OS_VERSION="$(echo ${tmp//:/-})" export OBS_UI_IP="172.16.1.81" export OBS_SERVER_IP="172.16.1.95" -export RELEASE_SERVER_IP="172.16.1.29" +export RELEASE_SERVER_IP="172.16.1.236" export RELEASE_SERVER_PORT="30322" if [ -n "${RELEASE_SERVER_PORT}" ];then export SSHPORT="-p ${RELEASE_SERVER_PORT}" -- Gitee