We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db9f1c commit a9eabbbCopy full SHA for a9eabbb
1 file changed
postgres-logical-backup/dump.sh
@@ -127,7 +127,7 @@ if [ "$LOGICAL_BACKUP_PROVIDER" == "az" ]; then
127
az_upload /tmp/azure-backup.dump
128
else
129
dump | upload
130
- [[ ${PIPESTATUS[0]} != 0 || ${PIPESTATUS[1]} != 0 || ${PIPESTATUS[2]} != 0 ]] && (( ERRORCOUNT += 1 ))
+ [[ ${PIPESTATUS[0]} != 0 || ${PIPESTATUS[1]} != 0 ]] && (( ERRORCOUNT += 1 ))
131
set +x
132
exit $ERRORCOUNT
133
fi
0 commit comments