1
0
Fork 0

add note about where volume names are sourced

This commit is contained in:
Asif Bacchus 2020-03-14 17:31:48 -06:00
parent 0cc46e187c
commit 30bb38672b
1 changed files with 1 additions and 1 deletions

View File

@ -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