Consistent terminology
This commit is contained in:
parent
a63950d6a4
commit
6316078412
|
@ -99,7 +99,7 @@ function restore_directory_from_usb {
|
||||||
obnam restore -r $USB_MOUNT/backup/${2} --to ${1}
|
obnam restore -r $USB_MOUNT/backup/${2} --to ${1}
|
||||||
}
|
}
|
||||||
|
|
||||||
function restore_configuration {
|
function restore_config {
|
||||||
if [[ $RESTORE_APP != 'all' ]]; then
|
if [[ $RESTORE_APP != 'all' ]]; then
|
||||||
if [[ $RESTORE_APP != 'config' ]]; then
|
if [[ $RESTORE_APP != 'config' ]]; then
|
||||||
return
|
return
|
||||||
|
@ -701,7 +701,7 @@ backup_mount_drive ${1} ${ADMIN_USERNAME} ${2}
|
||||||
check_backup_exists
|
check_backup_exists
|
||||||
check_admin_user
|
check_admin_user
|
||||||
copy_gpg_keys
|
copy_gpg_keys
|
||||||
restore_configuration
|
restore_config
|
||||||
same_admin_user
|
same_admin_user
|
||||||
restore_mariadb
|
restore_mariadb
|
||||||
restore_letsencrypt
|
restore_letsencrypt
|
||||||
|
|
Loading…
Reference in New Issue