Update install.sh

This commit is contained in:
Mr Chen 2025-01-28 15:52:04 +08:00
parent 2d44b62fef
commit caec558bea
1 changed files with 1 additions and 1 deletions

View File

@ -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}安装完成"
}