conflict in VERBOSE usage between build.func & bootstrap script, so forcing vebosity to 0
This commit is contained in:
parent
f942d17845
commit
7bf98d007d
@ -28,7 +28,7 @@ msg_ok "Installed openziti"
|
|||||||
read -r -p "Would you like to go through the auto configuration now? <y/N>" prompt
|
read -r -p "Would you like to go through the auto configuration now? <y/N>" prompt
|
||||||
if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
|
if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
|
||||||
msg_info "Starting Configuration"
|
msg_info "Starting Configuration"
|
||||||
bash /opt/openziti/etc/controller/bootstrap.bash
|
env VERBOSE=0 bash /opt/openziti/etc/controller/bootstrap.bash
|
||||||
msg_ok "Configuration Completed"
|
msg_ok "Configuration Completed"
|
||||||
systemctl enable -q --now ziti-controller
|
systemctl enable -q --now ziti-controller
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user