diff --git a/plugin.sh b/plugin.sh index c4b21b5..63eb9b2 100755 --- a/plugin.sh +++ b/plugin.sh @@ -11,6 +11,7 @@ load_deploy_key() { mkdir -p "$HOME/.ssh/" ssh-keyscan -p "$PLUGIN_PORT" "$PLUGIN_HOST" > "$HOME/.ssh/known_hosts" + # shellcheck disable=SC2046,SC2006 eval `ssh-agent` echo "$PLUGIN_DEPLOY_KEY" | ssh-add - }