Skip to content

Commit 2c025b2

Browse files
authored
Allow the caller to handle setting failures
1 parent 9ab9dd3 commit 2c025b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-backup-mssql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ if [ -n "$backup_type" ]; then
337337
fi
338338

339339
bm_start "$(basename "$0")"
340-
ghe_ssh_mssql -- "$backup_command" || failures="$failures mssql"
340+
ghe_ssh_mssql -- "$backup_command"
341341
bm_end "$(basename "$0")"
342342

343343
# Configure the backup cadence on the appliance, which is used for diagnostics

0 commit comments

Comments
 (0)