Consistent terminology

This commit is contained in:
Bob Mottram 2016-10-24 10:09:04 +01:00
parent a63950d6a4
commit 6316078412
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ function restore_directory_from_usb {
obnam restore -r $USB_MOUNT/backup/${2} --to ${1}
}
function restore_configuration {
function restore_config {
if [[ $RESTORE_APP != 'all' ]]; then
if [[ $RESTORE_APP != 'config' ]]; then
return
@ -701,7 +701,7 @@ backup_mount_drive ${1} ${ADMIN_USERNAME} ${2}
check_backup_exists
check_admin_user
copy_gpg_keys
restore_configuration
restore_config
same_admin_user
restore_mariadb
restore_letsencrypt