Skip to content
Snippets Groups Projects
Commit 40d759ea authored by Robert Butora's avatar Robert Butora
Browse files

docker: set -eux in start-soda.* scripts

parent 98852daa
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set +e
set -eux
{
date
whoami
env
......
#!/bin/bash
set +e
set -eux
LOG_FILE=/tmp/start-soda.log
{
date
whoami
env
#########################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment