From 90b14d59b034b6e4b01c119e22fa3ceb15a30f3a Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 19 May 2024 23:51:32 +0800 Subject: [PATCH] Update install.sh --- plugins/sphinx/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/sphinx/install.sh b/plugins/sphinx/install.sh index 045106776..93ba2d9e4 100755 --- a/plugins/sphinx/install.sh +++ b/plugins/sphinx/install.sh @@ -98,7 +98,8 @@ Install_sphinx() FILE_NAME=sphinx-${VERSION_NUM}-${SPH_SYSNAME}-${SPH_NAME} FILE_TGZ=${FILE_NAME}.tar.gz - + + echo $FILE_TGZ # curl -sSLo ${SPHINX_DIR}/${FILE_TGZ} http://sphinxsearch.com/files/${FILE_TGZ} if [ ! -f ${SPHINX_DIR}/${FILE_TGZ} ];then wget --no-check-certificate -O ${SPHINX_DIR}/${FILE_TGZ} http://sphinxsearch.com/files/${FILE_TGZ}