Skip to content

Commit

Permalink
fix sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Aug 22, 2024
1 parent 8414f8d commit d92e712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ jobs:
run: |
set -x
ls -lR ./release/
dpkg --install ./release/openziti_*.${{ matrix.distro.type }} # install CLI
dpkg --install ./release/openziti-*.${{ matrix.distro.type }} # install controller, router
sudo dpkg --install ./release/openziti_*.${{ matrix.distro.type }} # install CLI
sudo dpkg --install ./release/openziti-*.${{ matrix.distro.type }} # install controller, router
- name: Bootstrapping - Wet Run
shell: bash
Expand Down
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 @@ -21,7 +21,7 @@ makeConfig() {
hintLinuxBootstrap "${PWD}"
return 1
else
echo "DEBUG: controller address is '${ZITI_CTRL_ADVERTISED_ADDRESS}${ZITI_CTRL_ADVERTISED_PORT}'" >&3
echo "DEBUG: controller address is '${ZITI_CTRL_ADVERTISED_ADDRESS}:${ZITI_CTRL_ADVERTISED_PORT}'" >&3
echo "DEBUG: router address is '${ZITI_ROUTER_ADVERTISED_ADDRESS}:${ZITI_ROUTER_PORT}'" >&3
fi

Expand Down

0 comments on commit d92e712

Please sign in to comment.