view scripts/Docker/roundup_healthcheck @ 7022:f4bfc1af5d95

flake8 inline comment spacing; too many leading # E261 at least two spaces before inline comment E266 too many leading '#' for block comment
author John Rouillard <rouilj@ieee.org>
date Sun, 09 Oct 2022 17:34:42 -0400
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/