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

L2SS-499: Prevent silent cd in start-ds

parent 75985cac
No related branches found
No related tags found
1 merge request!192L2SS-499: Expose tangostationcontrol package to jupyter
......@@ -40,6 +40,6 @@ fi
# Return to the stored the directory, this preserves the working_dir argument in
# docker-compose files.
cd "$CWD"
cd "$CWD" || exit 1
/usr/local/bin/wait-for-it.sh "$TANGO_HOST" --timeout=30 --strict -- "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment