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 70b641e commit cb3c557Copy full SHA for cb3c557
bin/ghe-restore
@@ -612,10 +612,10 @@ if $CLUSTER; then
612
ghe-ssh "$GHE_HOSTNAME" -- "ghe-cluster-each -- /usr/local/share/enterprise/ghe-nomad-cleanup" 1>&3 2>&3
613
fi
614
ghe-ssh "$GHE_HOSTNAME" -- "ghe-cluster-config-apply" 1>&3 2>&3
615
- bm_end "configure_cluster"
+ bm_end "$(basename $0) - configure cluster"
616
elif $instance_configured; then
617
log_info "Configuring appliance ..."
618
- bm_start "configure_appliance"
+ bm_start "$(basename $0) - configure appliance"
619
if [ "$GHE_VERSION_MAJOR" -eq "3" ]; then
620
ghe-ssh "$GHE_HOSTNAME" -- "ghe-nomad-cleanup" 1>&3 2>&3
621
elif [ "$GHE_VERSION_MAJOR" -eq "2" ] && [ "$GHE_VERSION_MINOR" -eq "22" ]; then
0 commit comments