1
0

fix: all-in-one package

This commit is contained in:
2024-03-26 09:42:13 +08:00
parent e4eb83585e
commit f1c9cdb20d
2 changed files with 18 additions and 6 deletions

View File

@@ -52,6 +52,7 @@ for CFile in ${CFileList}; do
cp ${OMCEtcDir}/default/${CFile} ${OMCEtcDir};
fi
done
# Install redis db if not exist /usr/local/db
if [ ! -e "${RedisRootDir}/bin/redis-server" ]
cp -rf ${DependsRootDir}/redis /usr/local/adb