fixed typo

This commit is contained in:
Roland Gruber 2017-04-17 11:59:40 +02:00
parent c5a47f1691
commit cf850c8057
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if [ "$1" = "configure" ]; then
if [ -h /etc/$server/conf.d/ldap-account-manager ]; then
rm -f /etc/$server/conf.d/ldap-account-manager
fi
if [ -d /etc/$server/conf-available ] ]; then
if [ -d /etc/$server/conf-available ]; then
if [ ! -e /etc/$server/conf-available/ldap-account-manager.conf ]; then
if [ -h /etc/$server/conf-available/ldap-account-manager.conf ]; then
rm /etc/$server/conf-available/ldap-account-manager.conf