Update install.sh

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

View File

@ -23,13 +23,13 @@ Install_App()
mkdir -p $serverPath/ladp
apt install -y slapd ldap-utils
echo "${VERSION}" > $serverPath/ladp/version.pl
echo "${VERSION}" > $serverPath/ldap/version.pl
echo "${VERSION}安装完成"
}
Uninstall_App()
{
rm -rf $serverPath/ladp/version.pl
rm -rf $serverPath/ldap/version.pl
echo "卸载ldap成功"
}