Merge pull request #71 from soxft/master

fix: mkdir redis data dir
pull/109/head
Mr Chen 3 years ago committed by GitHub
commit bca42863bb
  1. 1
      plugins/redis/install.sh

@ -24,6 +24,7 @@ Install_redis()
cd $serverPath/source && tar -zxvf redis-${VERSION}.tar.gz
mkdir -p $serverPath/redis
mkdir -p $serverPath/redis/data
cd redis-${VERSION} && make PREFIX=$serverPath/redis install
sed '/^ *#/d' redis.conf > $serverPath/redis/redis.conf

Loading…
Cancel
Save