Skip to content
Snippets Groups Projects
Commit d08316e7 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-914: Disable linting check

parent d6cdb594
No related branches found
No related tags found
1 merge request!401Resolve L2SS-914
...@@ -28,6 +28,7 @@ function integration_test { ...@@ -28,6 +28,7 @@ function integration_test {
bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${config}" bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${config}"
done done
if [ ! -z "${2+x}" ]; then if [ ! -z "${2+x}" ]; then
# shellcheck disable=SC2145
echo "make restart ${restarts[@]} ..." echo "make restart ${restarts[@]} ..."
make restart "${restarts[@]}" make restart "${restarts[@]}"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment