Skip to content

Commit

Permalink
Update script for Watson Discovery 5.0.1 on CP4D
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki462-b committed Jul 25, 2024
1 parent e6d0812 commit fedc5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion discovery-data/latest/minio-backup-restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ if [ "${COMMAND}" = "restore" ] ; then
RC=$?
echo "RC=${RC}" >> "${BACKUP_RESTORE_LOG_DIR}/${CURRENT_COMPONENT}.log"
if [ $RC -ne 0 ] ; then
brlog "ERROR" "Some files could not be transfered. Please consider to use '--use-job' and '--pvc' option. See help (--help) for details."
brlog "ERROR" "Some files could not be transferred. Please consider to use '--use-job' and '--pvc' option. See help (--help) for details."
exit 1
fi
set -e
Expand Down
2 changes: 1 addition & 1 deletion discovery-data/latest/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
The Backup and Restore Scripts for the Watson Discovery on CP4D.
Scripts Version: 5.0.0
Scripts Version: 5.0.1

0 comments on commit fedc5a7

Please sign in to comment.