Merge "Move openflowplugin Sonar scan to Sonarcloud"
[releng/builder.git] / jjb / packaging / stop-odl.sh
index 2e3e7bf15dfbe6e59bddfbfd4ce4805fb47b2a69..7558c34b79f704b910d46999ef9b2a362b892f6a 100644 (file)
@@ -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"