Skip to content

Commit

Permalink
exit on error
Browse files Browse the repository at this point in the history
if `cd` fails in this script, then the script’s behaviour can become unpredictable
  • Loading branch information
jaskfla committed Apr 9, 2024
1 parent 77eebf4 commit e96bc0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/data-api/scripts/installMvRefreshModule.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e

DIR=$(pwd "$0")
. "$DIR/../../scripts/bash/mergeEnvForDB.sh"
Expand Down

0 comments on commit e96bc0a

Please sign in to comment.