view scripts/Docker/roundup_healthcheck @ 7086:4d62d6e08daf

maint: Add alt text and a period to other alt text. Apparently ahrefs doesn't like alt="" to indicate an image that doesn't need to be announce to screenreaders and other assistive devices 8-(.
author John Rouillard <rouilj@ieee.org>
date Tue, 29 Nov 2022 21:56:23 -0500
parents a24ec63759f6
children 7b9bddda9d2d
line wrap: on
line source

#! /bin/sh

tracker=$(ps -ef | sed -ne '/roundup-server/s/^.*\s\(\w*\)=.*$/\1/p')
wget -q -O /dev/null --no-verbose http://localhost:8080/$tracker/


Roundup Issue Tracker: http://roundup-tracker.org/