Update install.sh

pull/109/head
midoks 7 years ago
parent 89da6a07d7
commit c5dc9b5e30
  1. 2
      plugins/redis/install.sh

@ -23,7 +23,7 @@ Install_redis()
cd redis* && make PREFIX=$serverPath/redis install cd redis* && make PREFIX=$serverPath/redis install
sed '/^ *#/d' redis.conf > $serverPath/redis/redis.conf sed '/^ *#/d' redis.conf > $serverPath/redis/redis.conf
echo '4.0' > serverPath/redis/version.pl echo '4.0' > $serverPath/redis/version.pl
echo '安装完成' > $install_tmp echo '安装完成' > $install_tmp
} }

Loading…
Cancel
Save