Skip to content

Commit

Permalink
update monitor running log
Browse files Browse the repository at this point in the history
  • Loading branch information
sunway910 committed Jul 29, 2024
1 parent 3d42156 commit a477435
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/miner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ install() {

if [ "$(yq eval ".services.watchdog-web" $compose_yaml)" ]; then
if [ "$(yq eval ".services.watchdog-web.environment" $compose_yaml)" ]; then
local url=$(grep -oP "NEXT_PUBLIC_API_URL=\K.*" $compose_yaml | tr -d "'")
log_info "Storage monitor run at: $url"
log_info "Storage monitor run at: http://localhost:13080"
fi
fi

Expand Down

0 comments on commit a477435

Please sign in to comment.