view scripts/Docker/roundup_healthcheck @ 7035:edaf7086cb2e

flake8 E228 missing whitespace around modulo operator plus some indenting fixes to realign lines.
author John Rouillard <rouilj@ieee.org>
date Mon, 10 Oct 2022 14:41:11 -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/