fix: mkdir redis data dir

pull/109/head
xcsoft 3 years ago committed by GitHub
parent 55d8b1c605
commit 2a569af529
  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