do not save aws and backupKey

it is now part of backupConfig
This commit is contained in:
Girish Ramakrishnan
2015-11-09 08:39:01 -08:00
parent 8748226ef3
commit eaf9febdfd
2 changed files with 1 additions and 12 deletions

View File

@@ -16,8 +16,6 @@ arg_tls_key=""
arg_token=""
arg_version=""
arg_web_server_origin=""
arg_backup_key=""
arg_aws=""
arg_backup_config=""
arg_dns_config=""
@@ -45,12 +43,6 @@ EOF
arg_restore_key=$(echo "$2" | $json restore.key)
[[ "${arg_restore_key}" == "null" ]] && arg_restore_key=""
arg_backup_key=$(echo "$2" | $json backupKey)
[[ "${arg_backup_key}" == "null" ]] && arg_backup_key=""
arg_aws=$(echo "$2" | $json aws)
[[ "${arg_aws}" == "null" ]] && arg_aws=""
arg_backup_config=$(echo "$2" | $json backupConfig)
[[ "${arg_backup_config}" == "null" ]] && arg_backup_config=""