Skip to content

Commit 674fa04

Browse files
author
Bhavishya
committed
add executable permission to the new script file
1 parent 35c5d98 commit 674fa04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mariadb-logical-backup/mariadb-dump-file2.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ else
4242
generate_checksum /tmp/final_upload.sql.gz
4343
sleep 1000
4444

45-
[[ ${PIPELINE_STATUS[0]} != 0 || ${PIPELINE_STATUS[1]} != 0 || ${PIPELINE_STATUS[2]} != 0 || ${UPLOAD_EXIT_CODE} != 0 ]] && (( ERRORCOUNT += 1 ))
45+
[[ ${PIPELINE_STATUS[0]} != 0 || ${PIPELINE_STATUS[1]} != 0 || ${PIPELINE_STATUS[2]} != 0 ]] && (( ERRORCOUNT += 1 ))
4646
exit $ERRORCOUNT
4747
fi

0 commit comments

Comments
 (0)