Skip to content
Snippets Groups Projects
Commit 9b958370 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

L2SS-218 Turn of exit on error, loading LOFAR2.0 Tango DB does not return 0 on success

parent 3d76055d
No related branches found
No related tags found
1 merge request!33Resolve L2SS-218 "Move existing tooling to bootstrap dir"
......@@ -69,7 +69,10 @@ function start_minimal_tango()
function configure_tango_db()
{
# This somehow returns with a non-0 return code.
set +e
${HOME_DIR}/sbin/update_ConfigDb.sh ${HOME_DIR}/CDB/LOFAR_ConfigDb.json
set -e
}
function configure_elk()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment