From: Peter Amstutz Date: Thu, 30 Sep 2021 13:50:08 +0000 (-0400) Subject: Add Workbench to arvbox status, no issue # X-Git-Tag: 2.3.0~41 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/a4c2309a118912e43469235c0dedef3a9f5dbfa7 Add Workbench to arvbox status, no issue # Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/tools/arvbox/bin/arvbox b/tools/arvbox/bin/arvbox index 516ea35341..36a33376a1 100755 --- a/tools/arvbox/bin/arvbox +++ b/tools/arvbox/bin/arvbox @@ -526,6 +526,7 @@ case "$subcmd" in echo "Status: running" echo "Container IP: $(getip)" echo "Published host: $(gethost)" + echo "Workbench: https://$(gethost)" else echo "Status: not running" fi