Skip to content

Commit

Permalink
mod e2e script
Browse files Browse the repository at this point in the history
  • Loading branch information
RidRisR committed Jan 10, 2025
1 parent c39a600 commit 0b0e794
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions images/tidb-backup-manager/e2e-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ case "$1" in
echo "$BACKUP_BIN $E2E_ARGS clean $@"
exec $BACKUP_BIN $E2E_ARGS clean "$@"
;;
compact)
shift 1
echo "$BACKUP_BIN $E2E_ARGS compact $@"
exec $BACKUP_BIN $E2E_ARGS compact "$@"
;;
*)
echo "Usage: $0 {backup|restore|clean}"
echo "Now runs your command."
Expand Down

0 comments on commit 0b0e794

Please sign in to comment.