add tiny file manager [experimental]

This commit is contained in:
joglomedia
2019-10-04 21:14:11 +07:00
parent a2697f207d
commit c95fd2aafe

View File

@@ -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