summaryrefslogtreecommitdiffstats
path: root/run-gomf.bash
diff options
context:
space:
mode:
Diffstat (limited to 'run-gomf.bash')
-rwxr-xr-xrun-gomf.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/run-gomf.bash b/run-gomf.bash
index 3ad2192..d161016 100755
--- a/run-gomf.bash
+++ b/run-gomf.bash
@@ -148,6 +148,8 @@ set -e
flags=()
[ -n "$GOMF_ROOT" ] && cd "$GOMF_ROOT"
[ -n "$NAME" ] && flags+=(--name "$NAME")
+[ -n "$UPLOAD_HOST" ] && flags+=(--upload-host "$UPLOAD_HOST")
+[ -n "$UPLOAD_URL" ] && flags+=(--upload-url "$UPLOAD_URL")
[ -n "$CONTACT_EMAIL" ] && flags+=(--contact "$CONTACT_EMAIL")
[ -n "$ABUSE_EMAIL" ] && flags+=(--abuse "$ABUSE_EMAIL")
[ -n "$HTTP_PORT" ] && flags+=(--http "${HTTP_HOST:-localhost}:$HTTP_PORT")