From ddd9e70d05062c91c8195c2a687140d85e5ee978 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 3 Feb 2025 02:24:24 +0800 Subject: [PATCH] Update install.sh --- plugins/lam/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/lam/install.sh b/plugins/lam/install.sh index afb344a95..7de143836 100755 --- a/plugins/lam/install.sh +++ b/plugins/lam/install.sh @@ -7,8 +7,8 @@ rootPath=$(dirname "$curPath") rootPath=$(dirname "$rootPath") serverPath=$(dirname "$rootPath") -# cd /www/server/mdserver-web/plugins/phpldapadmin && bash install.sh install 1.2.6.7 -# cd /www/server/mdserver-web && python3 plugins/phpldapadmin/index.py start +# cd /www/server/mdserver-web/plugins/lam && bash install.sh install 9.0 +# cd /www/server/mdserver-web && python3 plugins/lam/index.py start if [ -f ${rootPath}/bin/activate ];then source ${rootPath}/bin/activate @@ -52,7 +52,7 @@ Install_App() VER=$1 # https://github.com/LDAPAccountManager/lam/releases/download/9.0/ldap-account-manager-9.0.tar.bz2 - FDIR=lam-${VER} + FDIR=ldap-account-manager-${VER} FILE=ldap-account-manager-${VER}.tar.bz2 DOWNLOAD=https://github.com/LDAPAccountManager/lam/releases/download/9.0/${FILE}