소스 검색

Removing exit on error for debugging purposes

Mark Shust 4 년 전
부모
커밋
75f0415e26
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      compose/bin/download
  2. 0 1
      compose/bin/setup

+ 0 - 1
compose/bin/download

@@ -1,5 +1,4 @@
 #!/bin/bash
-set -o errexit
 
 VERSION=${1:-2.4.3-p1}
 EDITION=${2:-community}

+ 0 - 1
compose/bin/setup

@@ -1,5 +1,4 @@
 #!/bin/bash
-set -o errexit
 
 # shellcheck source=../env/db.env
 source env/db.env