diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh
index 2e7d526812a2c9e201a3d556f3206e3ea8f696b8..65beb8bc65ef32c79d29794281e5f3da2023456a 100755
--- a/sbin/run_integration_test.sh
+++ b/sbin/run_integration_test.sh
@@ -28,6 +28,7 @@ function integration_test {
     bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${config}"
   done
   if [ ! -z "${2+x}" ]; then
+    # shellcheck disable=SC2145
     echo "make restart ${restarts[@]} ..."
     make restart "${restarts[@]}"
   fi