hlr-redis

This commit is contained in:
root
2025-03-06 11:59:29 +08:00
parent 8df350f68b
commit 828cd930fb
2 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
Version:emsInstall r2502.2
Release Date: 2025-02-25 10:52:28
Release Date: 2025-03-06 12:00:00

View File

@@ -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