Browse Source

Consistent terminology

Bob Mottram 9 years ago
parent
commit
6316078412
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-restore-local

+ 2
- 2
src/freedombone-restore-local View File

99
     obnam restore -r $USB_MOUNT/backup/${2} --to ${1}
99
     obnam restore -r $USB_MOUNT/backup/${2} --to ${1}
100
 }
100
 }
101
 
101
 
102
-function restore_configuration {
102
+function restore_config {
103
     if [[ $RESTORE_APP != 'all' ]]; then
103
     if [[ $RESTORE_APP != 'all' ]]; then
104
         if [[ $RESTORE_APP != 'config' ]]; then
104
         if [[ $RESTORE_APP != 'config' ]]; then
105
             return
105
             return
701
 check_backup_exists
701
 check_backup_exists
702
 check_admin_user
702
 check_admin_user
703
 copy_gpg_keys
703
 copy_gpg_keys
704
-restore_configuration
704
+restore_config
705
 same_admin_user
705
 same_admin_user
706
 restore_mariadb
706
 restore_mariadb
707
 restore_letsencrypt
707
 restore_letsencrypt