mirror of
https://github.com/openziti/zrok.git
synced 2025-06-19 17:27:54 +02:00
finish debugging
This commit is contained in:
parent
f642de22c5
commit
5f820a7584
@ -3,7 +3,7 @@
|
|||||||
set -o errexit
|
set -o errexit
|
||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
set -o xtrace
|
# set -o xtrace
|
||||||
|
|
||||||
requireBashVersion() {
|
requireBashVersion() {
|
||||||
if (( "${BASH_VERSION%%.*}" < 4 )); then
|
if (( "${BASH_VERSION%%.*}" < 4 )); then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user