mirror of
https://github.com/openziti/zrok.git
synced 2025-08-17 11:21:07 +02:00
finish debugging
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user