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 487113e + feea509 commit cb1c001Copy full SHA for cb1c001
share/github-backup-utils/ghe-restore-pages
@@ -148,8 +148,8 @@ if $CLUSTER; then
148
bm_start "$(basename $0) - Finalizing routes"
149
ghe_verbose "Finalizing routes"
150
ghe-ssh "$GHE_HOSTNAME" -- /bin/bash >&3 <<EOF
151
- split -l 1000 $routes_list $tempdir/chunk
152
- chunks=\$(find $tempdir/ -name chunk\*)
+ split -l 1000 $remote_routes_list $remote_tempdir/chunk
+ chunks=\$(find $remote_tempdir/ -name chunk\*)
153
parallel -i /bin/sh -c "cat {} | github-env ./bin/dpages-cluster-restore-finalize" -- \$chunks
154
EOF
155
bm_end "$(basename $0) - Finalizing routes"
0 commit comments