Update install.sh

pull/109/head
midoks 4 years ago
parent d653fb49dd
commit 9efd9ed138
  1. 2
      plugins/memcached/install.sh

@ -25,7 +25,7 @@ Install_mem(){
cd $serverPath/source/memcached*
./configure --prefix=$serverPath/memcached && make && make install
echo '1.5' > $serverPath/memcached/version.pl
echo '1.6' > $serverPath/memcached/version.pl
echo 'install ok' > $install_tmp
}

Loading…
Cancel
Save