1
0

fix: kvdb issues

This commit is contained in:
2024-07-09 10:49:26 +08:00
parent e53b949025
commit e6893d76f4

View File

@@ -87,7 +87,7 @@ for CFile in ${CFileList}; do
done
# Check if install kvdb
if [ ! -e "${RedisBinDir}/kvdb_server" ]; then
if [ ! -e "${RedisBinDir}/kvdb-server" ]; then
cp -rf ${DependsRootDir}/kvdb/* /
chmod 755 ${RedisBinDir}/kvdb*
systemctl enable kvdb.service