mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 23:48:19 +00:00
add tiny file manager [experimental]
This commit is contained in:
@@ -91,7 +91,7 @@ function init_webadmin_install() {
|
||||
|
||||
# Install Memcached Web Admin
|
||||
#http://blog.elijaa.org/index.php?pages/phpMemcachedAdmin-Installation-Guide
|
||||
if [ ! -d /usr/share/nginx/html/lcp/phpMemcachedAdmin/ ]; then
|
||||
if [ ! -d /usr/share/nginx/html/lcp/memcadmin/ ]; then
|
||||
run git clone -q --depth=1 --branch=master \
|
||||
https://github.com/elijaa/phpmemcachedadmin.git /usr/share/nginx/html/lcp/memcadmin/
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user