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 fd3f1fa commit c06a069Copy full SHA for c06a069
bin/ghe-restore
@@ -163,7 +163,7 @@ ghe_remote_logger "Starting restore from $(hostname) / snapshot $GHE_RESTORE_SNA
163
update_restore_status () {
164
if [ "$GHE_VERSION_MAJOR" -ge 2 ]; then
165
if $cluster; then
166
- echo "set -o pipefail; ghe-cluster-each -- \"echo '$1' | sudo dd of='$GHE_REMOTE_DATA_USER_DIR/common/ghe-restore-status' >/dev/null\"" |
+ echo "ghe-cluster-each -- \"echo '$1' | sudo dd of='$GHE_REMOTE_DATA_USER_DIR/common/ghe-restore-status' >/dev/null\"" |
167
ghe-ssh "$GHE_HOSTNAME" /bin/bash
168
else
169
echo "$1" |
0 commit comments