Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
80a636bd
Commit
80a636bd
authored
May 13, 2020
by
Maarten den Braber
Browse files
Fix extra space
parent
a4c57ee3
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_transip.sh
View file @
80a636bd
...
@@ -139,7 +139,7 @@ _transip_setup() {
...
@@ -139,7 +139,7 @@ _transip_setup() {
_saveaccountconf_mutable TRANSIP_Username
"
$TRANSIP_Username
"
_saveaccountconf_mutable TRANSIP_Username
"
$TRANSIP_Username
"
_saveaccountconf_mutable TRANSIP_Key_File
"
$TRANSIP_Key_File
"
_saveaccountconf_mutable TRANSIP_Key_File
"
$TRANSIP_Key_File
"
if
[
-f
"
$TRANSIP_Key_File
"
]
;
then
if
[
-f
"
$TRANSIP_Key_File
"
]
;
then
if
!
grep
"BEGIN PRIVATE KEY"
"
$TRANSIP_Key_File
"
>
/dev/null 2>&1
;
then
if
!
grep
"BEGIN PRIVATE KEY"
"
$TRANSIP_Key_File
"
>
/dev/null 2>&1
;
then
_err
"Key file doesn't seem to be a valid key:
${
TRANSIP_Key_File
}
"
_err
"Key file doesn't seem to be a valid key:
${
TRANSIP_Key_File
}
"
return
1
return
1
...
...
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