18870: fix
authorPeter Amstutz <peter.amstutz@curii.com>
Mon, 27 Jun 2022 02:34:35 +0000 (22:34 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 28 Jun 2022 18:20:36 +0000 (14:20 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

tools/salt-install/installer.sh

index f4934aa2f86fdaae02eda51b4095d0f65500331e..20484e26510a7904e7d436de8198cc2d9b0a0b96 100755 (executable)
@@ -131,10 +131,12 @@ case "$subcmd" in
        export ARVADOS_API_TOKEN="$SYSTEM_ROOT_TOKEN"
 
        arvados-client diagnostics -internal-client
+       ;;
     *)
        echo "Arvados installer"
        echo ""
        echo "initialize   initialize the setup directory for configuration"
        echo "deploy       deploy the configuration from the setup directory"
+       echo "diagnostics  check your install using diagnostics"
        ;;
 esac