Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
bfe47eb1
Unverified
Commit
bfe47eb1
authored
May 21, 2022
by
neil
Committed by
GitHub
May 21, 2022
Browse files
Merge pull request #4101 from Djelibeybi/fix-dns-oci
Fix _dbase64 decode of OCI_CLI_KEY
parents
a551619d
32adc38e
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_oci.sh
View file @
bfe47eb1
...
@@ -159,7 +159,7 @@ _oci_config() {
...
@@ -159,7 +159,7 @@ _oci_config() {
fi
fi
if
[
"
$(
printf
"%s
\n
"
"
$OCI_CLI_KEY
"
|
wc
-l
)
"
-eq
1
]
;
then
if
[
"
$(
printf
"%s
\n
"
"
$OCI_CLI_KEY
"
|
wc
-l
)
"
-eq
1
]
;
then
OCI_CLI_KEY
=
$(
printf
"%s"
"
$OCI_CLI_KEY
"
| _dbase64
multiline
)
OCI_CLI_KEY
=
$(
printf
"%s"
"
$OCI_CLI_KEY
"
| _dbase64
)
fi
fi
return
0
return
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment