Skip to content

Commit c06a069

Browse files
committed
Remove unnecessary pipefail
1 parent fd3f1fa commit c06a069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ghe-restore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ ghe_remote_logger "Starting restore from $(hostname) / snapshot $GHE_RESTORE_SNA
163163
update_restore_status () {
164164
if [ "$GHE_VERSION_MAJOR" -ge 2 ]; then
165165
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\"" |
166+
echo "ghe-cluster-each -- \"echo '$1' | sudo dd of='$GHE_REMOTE_DATA_USER_DIR/common/ghe-restore-status' >/dev/null\"" |
167167
ghe-ssh "$GHE_HOSTNAME" /bin/bash
168168
else
169169
echo "$1" |

0 commit comments

Comments
 (0)