Skip to content

Commit 73db6d4

Browse files
committed
fix: update comments force exit on pipefail
1 parent 83648a2 commit 73db6d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/Docker/roundup_start

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
# If they are, start the server otherwise run roundup-admin
55
# for installation and initialization.
66

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
812

913
if ! [ -z "$SHELL_DEBUG" ]; then
1014
set -xv

0 commit comments

Comments
 (0)