We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a89ca commit dd96fe1Copy full SHA for dd96fe1
2 files changed
addons/clickhouse/dataprotection/common.sh
@@ -237,7 +237,7 @@ EOF
237
238
function getToolConfigValue() {
239
local var=$1
240
- cat $toolConfig | grep "$var[[:space:]]*=" | awk '{print $NF}'
+ cat $toolConfig | grep "${var}[[:space:]]*=" | awk '{print $NF}'
241
}
242
243
function configure_clickhouse_backup_custom_storage_if_encrypted() {
addons/nebula/dataprotection/br-backup.sh
@@ -16,7 +16,7 @@ trap handle_exit EXIT
16
17
18
19
20
21
22
access_key_id=$(getToolConfigValue access_key_id)
0 commit comments