Lint
This commit is contained in:
parent
fd581ef877
commit
31bc548fdd
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ configure_environment() {
|
|||
for var in BORG_PASSPHRASE BORG_REPO; do
|
||||
local indexed_var_name="${var}_${index}"
|
||||
if [[ -n "${!indexed_var_name}" ]]; then
|
||||
export $var="${!indexed_var_name}"
|
||||
export "$var"="${!indexed_var_name}"
|
||||
else
|
||||
all_vars_set=false
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue