From caec558beafdb3daaf538ab81a5ceb0446c10bee Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 28 Jan 2025 15:52:04 +0800 Subject: [PATCH] Update install.sh --- plugins/ldap/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ldap/install.sh b/plugins/ldap/install.sh index aadcea33b..884098f4d 100755 --- a/plugins/ldap/install.sh +++ b/plugins/ldap/install.sh @@ -20,9 +20,9 @@ VERSION=$2 Install_App() { echo '正在安装脚本文件...' - mkdir -p $serverPath/ladp apt install -y slapd ldap-utils + mkdir -p $serverPath/ldap echo "${VERSION}" > $serverPath/ldap/version.pl echo "${VERSION}安装完成" }