1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/Tools/portbuild/scripts/reportload.sh

15 lines
188 B
Bash
Raw Normal View History

#!/bin/sh
if [ "$1" != "start" ]; then exit; fi
pb=/var/portbuild
s=$pb/scripts/reportload
echo -n ' chroot'
rm -rf $pb/*/chroot/*
if [ -x $s ]; then
$s &
echo -n ' reportload'
fi