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