diff --git a/ab-openldap/ab-openldap.sh b/ab-openldap/ab-openldap.sh index 62c8b6a..305e378 100755 --- a/ab-openldap/ab-openldap.sh +++ b/ab-openldap/ab-openldap.sh @@ -266,7 +266,7 @@ if [ $clean = true ]; then elif [ $restore = true ]; then # restore backup printf "%s\n*** Restoring Backup ***\n\n%s" "$magenta" "$norm" -printf "To avoid errors due to existing files, this script will delete any volumes that have the following names:\n" +printf "To avoid errors due to existing files, this script will delete any volumes that have the following names (based on --data and --ldif):\n" printf "\t%s\n\t%s\n" "$volume_data" "$volume_ldif" # confirmation loop while true; do