Skip to content
Snippets Groups Projects
Commit 784383c1 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-394: Removed superfluous TANGO_CONTAINER_ENV

parent 4f975223
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,6 @@ export TANGO_HOST=$(hostname):10000
# NO MODIFICATION BEYOND THIS POINT!
#
# Provide the -v parameters for Docker and the -e ENV variables.
export TANGO_CONTAINER_ENV="-e TANGO_LOFAR_CONTAINER_DIR=${TANGO_LOFAR_CONTAINER_DIR}"
# Remove all LOFAR1 related environment modifications
function remove_lofar()
{
......
......@@ -29,4 +29,4 @@ if [ ${1:0:10} != /hosthome/ -a ${1:0:20} != /opt/lofar2.0/tango/ -a ${1:0:14} !
fi
fi
docker exec -it ${TANGO_CONTAINER_ENV} dsconfig json2tango --write ${file}
docker exec -it dsconfig json2tango --write ${file}
......@@ -34,4 +34,4 @@ if [ ${1:0:10} != /hosthome/ -a ${1:0:20} != /opt/lofar2.0/tango/ -a ${1:0:14} !
fi
fi
docker exec -it ${TANGO_CONTAINER_ENV} dsconfig json2tango --write --update ${file}
docker exec -it dsconfig json2tango --write --update ${file}
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