From 51f6ce76c7b1e0a297f8265122c2deef436a4065 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 30 Jun 2022 13:27:59 -0400 Subject: [PATCH] 18870: Add message about running diagnostics Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- tools/salt-install/installer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/salt-install/installer.sh b/tools/salt-install/installer.sh index 35a194af4e..e5ff7be4e7 100755 --- a/tools/salt-install/installer.sh +++ b/tools/salt-install/installer.sh @@ -218,6 +218,9 @@ case "$subcmd" in deploynode $NODE fi + echo + echo "Completed deploy, run 'installer.sh diagnostics' to verify the install" + ;; diagnostics) loadconfig -- 2.30.2