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
8ee5ede8
Commit
8ee5ede8
authored
Sep 04, 2017
by
Manuel Friedli
Browse files
Fix more formatting errors
parent
bd8b1a25
Changes
1
Show whitespace changes
Inline
Side-by-side
deploy/fritzbox.sh
View file @
8ee5ede8
...
...
@@ -92,10 +92,10 @@ fritzbox_deploy() {
_info
"Upload certificate to the FRITZ!Box"
export
_H1
=
"Content-type: multipart/form-data boundary=
${
_post_boundary
}
"
_post
"
$(
cat
${
_post_request
}
)
"
"
${
_fritzbox_url
}
/cgi-bin/firmwarecfg"
|
grep
SSL
_post
"
$(
cat
"
${
_post_request
}
"
)
"
"
${
_fritzbox_url
}
/cgi-bin/firmwarecfg"
|
grep
SSL
retval
=
$?
if
[
$retval
=
0
]
;
then
if
[
$retval
=
0
]
;
then
_info
"Upload successful"
else
_err
"Upload failed"
...
...
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