Skip to content

Commit

Permalink
fabricate the zac index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Sep 11, 2024
1 parent b29268e commit 85aec67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dist/dist-packages/linux/linux.test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,8 @@ done
ziti edge create edge-router "${ZITI_ROUTER_NAME}" -to "${ZITI_ENROLL_TOKEN}"

# fetch and install ziti console
curl -sSfL https://github.com/openziti/ziti-console/releases/latest/download/ziti-console.zip -o "${TMPDIR}/ziti-console.zip"
sudo mkdir -p "${ZITI_CONSOLE_LOCATION}"
sudo unzip -d "${ZITI_CONSOLE_LOCATION}" "${TMPDIR}/ziti-console.zip"
sudo tee "${ZITI_CONSOLE_LOCATION}/index.html" <<< "I am ZAC"
sudo chmod -R +rX "${ZITI_CONSOLE_LOCATION}"

sudo /opt/openziti/etc/router/bootstrap.bash << ROUTER
Expand Down

0 comments on commit 85aec67

Please sign in to comment.