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 8ea91e4 commit 77263faCopy full SHA for 77263fa
bin/ghe-restore
@@ -609,7 +609,7 @@ if $CLUSTER; then
609
bm_end "configure_cluster"
610
elif $instance_configured; then
611
log_info "Configuring appliance ..."
612
- bm_start "configure_appliance"
+ bm_start "$(basename $0) - configure appliance"
613
if [ "$GHE_VERSION_MAJOR" -eq "3" ]; then
614
ghe-ssh "$GHE_HOSTNAME" -- "ghe-nomad-cleanup" 1>&3 2>&3
615
elif [ "$GHE_VERSION_MAJOR" -eq "2" ] && [ "$GHE_VERSION_MINOR" -eq "22" ]; then
0 commit comments