Browse Source

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

Should pass CI tests now
Charlie Garrison 6 years ago
parent
commit
03a407d4df
1 changed files with 2 additions and 0 deletions
  1. 2 0
      deploy/routeros.sh

+ 2 - 0
deploy/routeros.sh

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