From c95fd2aafe169c83f7f14b85486dc08304bcc319 Mon Sep 17 00:00:00 2001 From: joglomedia Date: Fri, 4 Oct 2019 21:14:11 +0700 Subject: [PATCH] add tiny file manager [experimental] --- scripts/install_tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_tools.sh b/scripts/install_tools.sh index 50bec78..e26358a 100755 --- a/scripts/install_tools.sh +++ b/scripts/install_tools.sh @@ -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