From 30bb38672be800d3c0da7ed6cb90c280060ea989 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 14 Mar 2020 17:31:48 -0600 Subject: [PATCH] add note about where volume names are sourced --- ab-openldap/ab-openldap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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