From 2c65fc65dd2aba9b50b1fa1b3411d332bc75a752 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 14 Jun 2024 15:28:22 +0800 Subject: [PATCH] Update install.sh --- plugins/php-yum/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/php-yum/install.sh b/plugins/php-yum/install.sh index 466713052..2da5e9e4d 100755 --- a/plugins/php-yum/install.sh +++ b/plugins/php-yum/install.sh @@ -31,10 +31,11 @@ if [ ! -d $curPath/versions/$2 ];then exit 0 fi +# cd /www/server/mdserver-web/plugins/php-yum/versions && bash common.sh 83 install opcache #获取信息和版本 -# bash /www/server/mdsever-web/scripts/getos.sh +# bash /www/server/mdserver-web/scripts/getos.sh bash ${rootPath}/scripts/getos.sh OSNAME=`cat ${rootPath}/data/osname.pl` VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'`