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

Should pass CI tests now
This commit is contained in:
Charlie Garrison 2019-05-29 14:05:20 +10:00
parent 0cddc8a154
commit 03a407d4df
1 changed files with 2 additions and 0 deletions

View File

@ -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