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
7f4db5a7
Unverified
Commit
7f4db5a7
authored
Apr 12, 2020
by
neil
Committed by
GitHub
Apr 12, 2020
Browse files
Merge pull request #2855 from maidmeow4/master
Fix a typo in dns_he.sh on line 27
parents
cd8e0447
4dfdfa0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_he.sh
View file @
7f4db5a7
...
@@ -24,7 +24,7 @@ dns_he_add() {
...
@@ -24,7 +24,7 @@ dns_he_add() {
if
[
-z
"
$HE_Username
"
]
||
[
-z
"
$HE_Password
"
]
;
then
if
[
-z
"
$HE_Username
"
]
||
[
-z
"
$HE_Password
"
]
;
then
HE_Username
=
HE_Username
=
HE_Password
=
HE_Password
=
_err
"No auth details provided. Please set user credentials using the
\$
HE_Username and
\$
HE_Password env
o
ronment variables."
_err
"No auth details provided. Please set user credentials using the
\$
HE_Username and
\$
HE_Password env
i
ronment variables."
return
1
return
1
fi
fi
_saveaccountconf_mutable HE_Username
"
$HE_Username
"
_saveaccountconf_mutable HE_Username
"
$HE_Username
"
...
...
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