diff --git a/src/freedombone-restore-local b/src/freedombone-restore-local index 874a067f..3e4d8fac 100755 --- a/src/freedombone-restore-local +++ b/src/freedombone-restore-local @@ -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