Skip to content

Commit

Permalink
Merge pull request #1250 from openziti/rename-http-agent
Browse files Browse the repository at this point in the history
update helper function to browzer-bootstrapper rename
  • Loading branch information
dovholuknf authored Aug 15, 2023
2 parents 73d7244 + 6a02d24 commit 697a7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart/docker/image/ziti-cli-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1223,8 +1223,8 @@ After=network.target
[Service]
User=root
EnvironmentFile=${ZITI_HOME}/browzer.env
WorkingDirectory=${ZITI_HOME}/ziti-http-agent
ExecStart=${node_bin} "${ZITI_HOME}/ziti-http-agent/index.js"
WorkingDirectory=${ZITI_HOME}/ziti-browzer-bootstrapper
ExecStart=${node_bin} "${ZITI_HOME}/ziti-browzer-bootstrapper/index.js"
Restart=always
RestartSec=2
LimitNOFILE=65536
Expand Down

0 comments on commit 697a7af

Please sign in to comment.