Skip to content

Commit

Permalink
Merge pull request #2235 from openziti/tweak-router-install
Browse files Browse the repository at this point in the history
enhance router install prompt
  • Loading branch information
qrkourier authored Jul 26, 2024
2 parents a0860a3 + c0f77bb commit cefb322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/dist-packages/linux/openziti-router/bootstrap.bash
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ promptEnrollToken() {
elif [[ -n "${ZITI_ENROLL_TOKEN:-}" ]]; then
echo "DEBUG: ZITI_ENROLL_TOKEN is defined in ${BOOT_ENV_FILE}" >&3
else
if ZITI_ENROLL_TOKEN=$(prompt "Paste a router enrollment token: "); then
if ZITI_ENROLL_TOKEN=$(prompt "Router enrollment token as string or path [required]: "); then
if [[ -n "${ZITI_ENROLL_TOKEN:-}" ]]; then
setAnswer "ZITI_ENROLL_TOKEN=${ZITI_ENROLL_TOKEN}" "${BOOT_ENV_FILE}"
else
Expand Down

0 comments on commit cefb322

Please sign in to comment.