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

L2SS-394: Just dump to stdout, as is normal for commands. No need for more complexity.

parent b7286f1a
No related branches found
No related tags found
No related merge requests found
if [ ${#} -ne 1 ]; then #!/bin/bash
echo "You must provide a file name for the TANGO_HOST DB dump!"
exit -1
fi
docker exec -it dsconfig python -m dsconfig.dump > ${1} # writes the JSON dump to stdout
docker exec -it dsconfig python -m dsconfig.dump
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment