From 841b176fdf20cb46ec10e9c0bfc34bb12d47474e Mon Sep 17 00:00:00 2001 From: lizw Date: Mon, 7 Nov 2022 16:34:00 +0800 Subject: [PATCH] 07env-install-centos.sh --- 00base/07env-install-centos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/00base/07env-install-centos.sh b/00base/07env-install-centos.sh index ee25b16..935616f 100644 --- a/00base/07env-install-centos.sh +++ b/00base/07env-install-centos.sh @@ -575,6 +575,7 @@ function init:redis() { echo 'source /opt/rh/devtoolset-9/enable' >> /etc/profile source /etc/profile gcc -v + mkdir -p $redis_install_path cd $redis_path make install PREFIX=$redis_install_path # 写文件start.sh文件