From 3709569cd86c4471073fd4f66d65d7e8c2e68c41 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 28 Jan 2025 16:18:51 +0800 Subject: [PATCH] Update install.sh --- plugins/phpldapadmin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/phpldapadmin/install.sh b/plugins/phpldapadmin/install.sh index 18fef4f33..67e0dddc9 100755 --- a/plugins/phpldapadmin/install.sh +++ b/plugins/phpldapadmin/install.sh @@ -52,7 +52,7 @@ Install_App() VER=$1 # https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/1.2.6.7.tar.gz - # FDIR=phpMyAdmin-${VER}-all-languages + FDIR=phpLDAPadmin-${VER} FILE=${VER}.tar.gz DOWNLOAD=https://github.com/leenooks/phpLDAPadmin/archive/refs/tags/${FILE}