Mercurial > p > roundup > code
comparison scripts/Docker/roundup_start @ 7635:0f6b7a70bc43
fix: update comments force exit on pipefail
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 18 Sep 2023 01:06:24 -0400 |
| parents | e7df82ae137d |
| children | b31343f16153 |
comparison
equal
deleted
inserted
replaced
| 7634:3f268f7157f3 | 7635:0f6b7a70bc43 |
|---|---|
| 2 | 2 |
| 3 # When container starts verify that the trackers are configured. | 3 # When container starts verify that the trackers are configured. |
| 4 # If they are, start the server otherwise run roundup-admin | 4 # If they are, start the server otherwise run roundup-admin |
| 5 # for installation and initialization. | 5 # for installation and initialization. |
| 6 | 6 |
| 7 # "$@" should be a set of tracker=directory pairs. | 7 # "$@" should be one of the recognized keywords or arguments for |
| 8 # roundup-server including one or more tracker tracker=directory pairs. | |
| 9 | |
| 10 # exit on errors | |
| 11 set -eo pipefail | |
| 8 | 12 |
| 9 if ! [ -z "$SHELL_DEBUG" ]; then | 13 if ! [ -z "$SHELL_DEBUG" ]; then |
| 10 set -xv | 14 set -xv |
| 11 fi | 15 fi |
| 12 | 16 |
