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
03a407d4
Commit
03a407d4
authored
May 29, 2019
by
Charlie Garrison
Browse files
Added additional `shellcheck` ignores for client-side evaluation warning
Should pass CI tests now
parent
0cddc8a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/routeros.sh
View file @
03a407d4
...
...
@@ -101,7 +101,9 @@ routeros_deploy() {
\n
$ROUTER_OS_ADDITIONAL_SERVICES
\\
r
\
\n\"
"
# shellcheck disable=SC2029
ssh
"
$ROUTER_OS_USERNAME
@
$ROUTER_OS_HOST
"
"/system script run
\"
LE Cert Deploy -
$_cdomain
\"
"
# shellcheck disable=SC2029
ssh
"
$ROUTER_OS_USERNAME
@
$ROUTER_OS_HOST
"
"/system script remove
\"
LE Cert Deploy -
$_cdomain
\"
"
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