X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Fstop-odl.sh;h=7558c34b79f704b910d46999ef9b2a362b892f6a;hb=9477a94eed604f9989cd61659491e5339708a088;hp=2e3e7bf15dfbe6e59bddfbfd4ce4805fb47b2a69;hpb=ae7d3c0bfd621a7234a7224095020de9c8eb0fce;p=releng%2Fbuilder.git diff --git a/jjb/packaging/stop-odl.sh b/jjb/packaging/stop-odl.sh index 2e3e7bf15..7558c34b7 100644 --- a/jjb/packaging/stop-odl.sh +++ b/jjb/packaging/stop-odl.sh @@ -22,6 +22,7 @@ fi set -e # Verify Java process is not running +# shellcheck disable=SC2009 if ps aux | grep "[o]pendaylight"; then # Fail if exit code 0, ie Java process is running echo "OpenDaylight process unexpectedly still running"