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.
2 parents ce76dea + 7fa99f7 commit 20b437eCopy full SHA for 20b437e
bin/ghe-restore
@@ -348,7 +348,8 @@ if ! $CLUSTER; then
348
set -o pipefail; \
349
ghe-spokes server show --json \
350
| jq -r '.[] | select(.host | contains(\"git-server\")).host' \
351
- | sed 's/^git-server-//g' | grep -F -x -v \"$restored_uuid\"" \
+ | sed 's/^git-server-//g' \
352
+ | ( grep -F -x -v \"$restored_uuid\" || true )" \
353
| ghe-ssh "$GHE_HOSTNAME" -- /bin/bash)
354
if [ -n "$other_nodes" ]; then
355
echo "Cleaning up stale nodes ..."
0 commit comments