Skip to content

Commit

Permalink
Merge pull request #3215 from mr0re1/sete
Browse files Browse the repository at this point in the history
SlurmGCP. Add `set -e` to prolog mux
  • Loading branch information
mr0re1 authored Nov 12, 2024
2 parents e970359 + d3bd763 commit 7b87ea5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ if [ ! -f "${SLURM_EXTERNAL_ROOT}/${SLURM_MUX_FILE}" ]; then
# See the License for the specific language governing permissions and
# limitations under the License.
set -e
CMD="${0##*/}"
# Locate script
BASE=$(readlink -f $0)
Expand Down

0 comments on commit 7b87ea5

Please sign in to comment.