mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 08:03:49 +01: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…
Reference in New Issue
Block a user