ldap-admin/bin/discard

7 lines
169 B
Bash
Executable File

#!/bin/bash
#% discard
#% Clear *ALL* pending operations
read -p "Are you sure you want to discard ALL pending operations? (y/N)"
[ "$REPLY" == "y" ] && : > $LDIF_BASE