db_archive verbose log

This commit is contained in:
Tommaso Piccioli 2016-03-14 14:48:56 +01:00
parent 74683c4614
commit 433bb8e7cb
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
db_archive -d -h {{ openldap_db_dir }} > /var/log/ldap_cleaner 2>&1
db_archive -v -d -h {{ openldap_db_dir }} > /var/log/ldap_cleaner 2>&1
exit 0