2
0
Эх сурвалжийг харах

Removing exit on error for debugging purposes

Mark Shust 3 жил өмнө
parent
commit
75f0415e26

+ 0 - 1
compose/bin/download

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

+ 0 - 1
compose/bin/setup

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