From 828cd930fb6c845e5f8f91123899e3c76d818ccc Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Mar 2025 11:59:29 +0800 Subject: [PATCH] hlr-redis --- extra/emsVersion | 2 +- extra/wxc2_emsInstall | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/emsVersion b/extra/emsVersion index b0f8dbb..c117b78 100644 --- a/extra/emsVersion +++ b/extra/emsVersion @@ -1,2 +1,2 @@ Version:emsInstall r2502.2 -Release Date: 2025-02-25 10:52:28 +Release Date: 2025-03-06 12:00:00 diff --git a/extra/wxc2_emsInstall b/extra/wxc2_emsInstall index 6b9e697..0bec9b8 100644 --- a/extra/wxc2_emsInstall +++ b/extra/wxc2_emsInstall @@ -218,6 +218,7 @@ dstBinDir=$omcDir/bin dstSrcDir=$omcDir/src dstConfDir=$omcDir/config phpIniDir=/etc/php/5.6/apache2/ +phpCliiDir=/etc/php/5.6/cli/ dstWebDir=/usr/local/apache/htdocs dstDbBackup=/db_backup if [ `uname -r |grep -c '2.4.7-10'` -eq 1 ] ; then @@ -793,6 +794,7 @@ cp -f $dstConfDir/*.csr $httpdConfDir/ #cp -f $dstConfDir/php.ini /etc/php.ini #fi cp -f $dstConfDir/php.ini $phpIniDir/php.ini +cp -f $dstConfDir/php.ini $phpCliiDir/php.ini #for old omc version,must replace the mysql config file and profile, rsyncd.conf if [ `grep -c "/usr/local/omc_exec" /etc/profile` -gt 0 ] ; then