Commit 03a407d4 authored by Charlie Garrison's avatar Charlie Garrison
Browse files

Added additional `shellcheck` ignores for client-side evaluation warning

Should pass CI tests now
parent 0cddc8a1
...@@ -101,7 +101,9 @@ routeros_deploy() { ...@@ -101,7 +101,9 @@ routeros_deploy() {
\n$ROUTER_OS_ADDITIONAL_SERVICES\\r\ \n$ROUTER_OS_ADDITIONAL_SERVICES\\r\
\n\" \n\"
" "
# shellcheck disable=SC2029
ssh "$ROUTER_OS_USERNAME@$ROUTER_OS_HOST" "/system script run \"LE Cert Deploy - $_cdomain\"" 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\"" ssh "$ROUTER_OS_USERNAME@$ROUTER_OS_HOST" "/system script remove \"LE Cert Deploy - $_cdomain\""
return 0 return 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment