From 9c4499be8b779e4dc546f07a821779538c3f6bd6 Mon Sep 17 00:00:00 2001 From: tangshimin Date: Thu, 8 Sep 2022 17:48:21 +0800 Subject: [PATCH] feat: bin ver update --- bin/install_centeros.sh | 2 +- bin/install_ubuntu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install_centeros.sh b/bin/install_centeros.sh index 14c83ee..d7e0603 100644 --- a/bin/install_centeros.sh +++ b/bin/install_centeros.sh @@ -6,7 +6,7 @@ TL_OPS_PATH="/usr/local/tl-ops-manage/" TL_OPS_CONF_PATH="/usr/local/tl-ops-manage/conf/tl_ops_manage.conf" TL_OPS_LUA_PATH="/usr/local/openresty/lualib/?.lua;;/usr/local/tl-ops-manage/?.lua;;" TL_OPS_LUAC_PATH="/usr/local/openresty/lualib/?.so;;" -TL_OPS_VER="v2.8.8" +TL_OPS_VER="v2.8.9" echo_msg(){ cur_time=$(date "+%Y-%m-%d %H:%M:%S") diff --git a/bin/install_ubuntu.sh b/bin/install_ubuntu.sh index ce5e319..69c844f 100644 --- a/bin/install_ubuntu.sh +++ b/bin/install_ubuntu.sh @@ -6,7 +6,7 @@ TL_OPS_PATH="/usr/local/tl-ops-manage/" TL_OPS_CONF_PATH="/usr/local/tl-ops-manage/conf/tl_ops_manage.conf" TL_OPS_LUA_PATH="/usr/local/openresty/lualib/?.lua;;/usr/local/tl-ops-manage/?.lua;;" TL_OPS_LUAC_PATH="/usr/local/openresty/lualib/?.so;;" -TL_OPS_VER="v2.8.8" +TL_OPS_VER="v2.8.9" echo_msg(){ cur_time=$(date "+%Y-%m-%d %H:%M:%S")