From e8f9783b6f0c8621cba95daa9146664221b7e1bb Mon Sep 17 00:00:00 2001 From: lizw Date: Mon, 7 Nov 2022 16:13:20 +0800 Subject: [PATCH] 07env-install-centos.sh --- 00base/07env-install-centos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00base/07env-install-centos.sh b/00base/07env-install-centos.sh index 1badb7a..cf12927 100644 --- a/00base/07env-install-centos.sh +++ b/00base/07env-install-centos.sh @@ -575,7 +575,7 @@ function init:redis() { #echo 'source /opt/rh/devtoolset-9/enable' >> /etc/profile #gcc -v cd $redis_path - #make install PREFIX=$redis_install_path + make install PREFIX=$redis_install_path # 写文件start.sh文件 cat << EOF > $redis_install_path/redis.conf # bind 127.0.0.1