File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -409,13 +409,13 @@ echo "sudo restart -q memcached 2>/dev/null || true" |
409
409
if $CLUSTER ; then
410
410
echo " Configuring cluster ..."
411
411
if [ " $GHE_VERSION_MAJOR " -eq " 3" ]; then
412
- ghe-ssh " $GHE_HOSTNAME " -- " ghe-cluster-each -- ghe- nomad-cleanup"
412
+ ghe-ssh " $GHE_HOSTNAME " -- " ghe-cluster-nomad-cleanup" 1>&3 2>&3
413
413
fi
414
414
ghe-ssh " $GHE_HOSTNAME " -- " ghe-cluster-config-apply" 1>&3 2>&3
415
415
elif $instance_configured ; then
416
416
echo " Configuring appliance ..."
417
417
if [ " $GHE_VERSION_MAJOR " -eq " 3" ]; then
418
- ghe-ssh " $GHE_HOSTNAME " -- " ghe-nomad-cleanup"
418
+ ghe-ssh " $GHE_HOSTNAME " -- " ghe-nomad-cleanup" 1>&3 2>&3
419
419
fi
420
420
ghe-ssh " $GHE_HOSTNAME " -- " ghe-config-apply" 1>&3 2>&3
421
421
fi
You can’t perform that action at this time.
0 commit comments