aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild/scripts/reportload.sh
blob: a0e6cd27419f906c28755d60f9083bdfb9709ff1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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