We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83648a2 commit 73db6d4Copy full SHA for 73db6d4
scripts/Docker/roundup_start
@@ -4,7 +4,11 @@
4
# If they are, start the server otherwise run roundup-admin
5
# for installation and initialization.
6
7
-# "$@" should be a set of tracker=directory pairs.
+# "$@" 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
12
13
if ! [ -z "$SHELL_DEBUG" ]; then
14
set -xv
0 commit comments