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 3a5678a commit 9c60b0fCopy full SHA for 9c60b0f
bin/ghe-restore
@@ -409,13 +409,13 @@ echo "sudo restart -q memcached 2>/dev/null || true" |
409
if $CLUSTER; then
410
echo "Configuring cluster ..."
411
if [ "$GHE_VERSION_MAJOR" -eq "3" ]; then
412
- ghe-ssh "$GHE_HOSTNAME" -- "ghe-cluster-nomad-cleanup"
+ ghe-ssh "$GHE_HOSTNAME" -- "ghe-cluster-nomad-cleanup" 1>&3
413
fi
414
ghe-ssh "$GHE_HOSTNAME" -- "ghe-cluster-config-apply" 1>&3 2>&3
415
elif $instance_configured; then
416
echo "Configuring appliance ..."
417
418
- ghe-ssh "$GHE_HOSTNAME" -- "ghe-nomad-cleanup"
+ ghe-ssh "$GHE_HOSTNAME" -- "ghe-nomad-cleanup" 1>&3
419
420
ghe-ssh "$GHE_HOSTNAME" -- "ghe-config-apply" 1>&3 2>&3
421
0 commit comments