30 lines
893 B
Diff
30 lines
893 B
Diff
From 5cb95dafa699058cbdfb3056e8b10960f2a82408 Mon Sep 17 00:00:00 2001
|
|
From: smjiao <smjiao@isoftstone.com>
|
|
Date: Mon, 9 Oct 2023 07:13:16 +0000
|
|
Subject: update scripts/deploy/aops-basedatabase.sh
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: smjiao <smjiao@isoftstone.com>
|
|
---
|
|
scripts/deploy/aops-basedatabase.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/scripts/deploy/aops-basedatabase.sh b/scripts/deploy/aops-basedatabase.sh
|
|
index 49a80f4..438716d 100755
|
|
--- a/scripts/deploy/aops-basedatabase.sh
|
|
+++ b/scripts/deploy/aops-basedatabase.sh
|
|
@@ -1,7 +1,7 @@
|
|
#!/bin/bash
|
|
. /usr/bin/aops-vulcanus
|
|
REPO_CONFIG_FILE="/etc/yum.repos.d/aops_elascticsearch.repo"
|
|
-INSTALL_SOFTWARE=$1
|
|
+INSTALL_SOFTWARE=$2
|
|
|
|
function check_es_status() {
|
|
visit_es_response=$(curl -s -XGET http://127.0.0.1:9200)
|
|
--
|
|
Gitee
|
|
|