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 77263fa commit cb63a6eCopy full SHA for cb63a6e
bin/ghe-restore
@@ -606,7 +606,7 @@ if $CLUSTER; then
606
ghe-ssh "$GHE_HOSTNAME" -- "ghe-cluster-each -- /usr/local/share/enterprise/ghe-nomad-cleanup" 1>&3 2>&3
607
fi
608
ghe-ssh "$GHE_HOSTNAME" -- "ghe-cluster-config-apply" 1>&3 2>&3
609
- bm_end "configure_cluster"
+ bm_end "$(basename $0) - configure cluster"
610
elif $instance_configured; then
611
log_info "Configuring appliance ..."
612
bm_start "$(basename $0) - configure appliance"
0 commit comments