Skip to content

Commit

Permalink
Merge pull request #29 from Mte90/memcached
Browse files Browse the repository at this point in the history
Copy config file for memcached-admin
  • Loading branch information
tomjn committed May 24, 2019
2 parents 0ee351c + 559e733 commit e2975b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions memcached-admin/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [[ ! -d "/srv/www/default/memcached-admin" ]]; then
wget -q -O phpmemcachedadmin.tar.gz "https://github.com/wp-cloud/phpmemcacheadmin/archive/1.2.4-vvv.tar.gz"
tar -xf phpmemcachedadmin.tar.gz
mv phpmemcacheadmin* memcached-admin
cp memcached-admin/Config/Memcache.sample.php memcached-admin/Config/Memcache.php
rm phpmemcachedadmin.tar.gz
else
echo "phpMemcachedAdmin already installed."
Expand Down

0 comments on commit e2975b2

Please sign in to comment.