mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
Added additional shellcheck ignores for client-side evaluation warning
Should pass CI tests now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user