From 02ae987ceeee835f6d2ab7cc9755bdb1efa684f3 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Tue, 14 Nov 2023 21:25:36 +0800 Subject: [PATCH] feat: Complete the source code module docs Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- scripts/install/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install/install.sh b/scripts/install/install.sh index 15609f704..b88fe9083 100755 --- a/scripts/install/install.sh +++ b/scripts/install/install.sh @@ -76,7 +76,6 @@ function openim::install::install_openim() { openim::log::info "check openim dependency" openim::common::sudo "cp -r ${OPENIM_ROOT}/config/* ${OPENIM_CONFIG_DIR}/" - ${OPENIM_ROOT}/scripts/genconfig.sh ${ENV_FILE} ${OPENIM_ROOT}/deployments/templates/openim.yaml > ${OPENIM_CONFIG_DIR}/config.yaml ${OPENIM_ROOT}/scripts/genconfig.sh ${ENV_FILE} ${OPENIM_ROOT}/deployments/templates/prometheus.yml > ${OPENIM_CONFIG_DIR}/prometheus.yml