Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Jan 23, 2024
1 parent bffca99 commit 6f3198f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bind/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fetch_envs() {
local wait_time=10 # Wait time between retries

while true; do
response=$(curl -s http://dappmanager.dappnode/global-envs) # Replace with actual API endpoint if different
response=$(curl -s http://dappmanager.dappnode/global-envs)

if [ $? -eq 0 ]; then
domain=$(echo $response | jq -r '.DOMAIN')
Expand Down

0 comments on commit 6f3198f

Please sign in to comment.